k3s/pkg/cli/cmds/const_linux.go
Jiaqi Luo 3b01157a3a
Use New Image Names (#3749)
* switch image names to the ones with the prefix mirrored
* bump rancher/mirrored-coredns-coredns to 1.8.4

Signed-off-by: Jiaqi Luo <6218999+jiaqiluo@users.noreply.github.com>
2021-08-06 16:14:58 -07:00

9 lines
126 B
Go

// +build linux
package cmds
const (
DefaultPauseImage = "rancher/mirrored-pause:3.1"
DefaultSnapshotter = "overlayfs"
)