mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 01:29:53 +00:00
Fix default pause image on windows
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
(cherry picked from commit 85987ac23f)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
committed by
Brad Davidson
parent
408326a900
commit
cb92e8a523
@@ -158,7 +158,7 @@ var (
|
||||
Name: "pause-image",
|
||||
Usage: "(agent/runtime) Customized pause image for containerd or docker sandbox",
|
||||
Destination: &AgentConfig.PauseImage,
|
||||
Value: DefaultPauseImage,
|
||||
Value: "rancher/mirrored-pause:3.6",
|
||||
}
|
||||
SnapshotterFlag = &cli.StringFlag{
|
||||
Name: "snapshotter",
|
||||
|
||||
@@ -3,6 +3,5 @@
|
||||
package cmds
|
||||
|
||||
const (
|
||||
DefaultPauseImage = "rancher/mirrored-pause:3.6"
|
||||
DefaultSnapshotter = "overlayfs"
|
||||
)
|
||||
|
||||
@@ -4,6 +4,5 @@
|
||||
package cmds
|
||||
|
||||
const (
|
||||
DefaultPauseImage = "mcr.microsoft.com/oss/kubernetes/pause:1.4.0"
|
||||
DefaultSnapshotter = "native"
|
||||
DefaultSnapshotter = "windows"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user