Commit 814933ec authored by Brad Davidson's avatar Brad Davidson Committed by Brad Davidson

Fix default pause image on windows

Signed-off-by: 's avatarBrad Davidson <brad.davidson@rancher.com> (cherry picked from commit 85987ac2) Signed-off-by: 's avatarBrad Davidson <brad.davidson@rancher.com>
parent f3b43c78
......@@ -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"
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment