mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 15:09:27 +00:00
* 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>
9 lines
126 B
Go
9 lines
126 B
Go
// +build linux
|
|
|
|
package cmds
|
|
|
|
const (
|
|
DefaultPauseImage = "rancher/mirrored-pause:3.1"
|
|
DefaultSnapshotter = "overlayfs"
|
|
)
|