Merge pull request #1532 from jsturtevant/update-pause-image-ref

Update to latest Windows SandboxImage
This commit is contained in:
Mike Brown
2020-07-15 17:55:28 -05:00
committed by GitHub

View File

@@ -54,7 +54,7 @@ func DefaultConfig() PluginConfig {
TLSKeyFile: "", TLSKeyFile: "",
TLSCertFile: "", TLSCertFile: "",
}, },
SandboxImage: "mcr.microsoft.com/k8s/core/pause:1.2.0", SandboxImage: "mcr.microsoft.com/oss/kubernetes/pause:1.4.0",
StatsCollectPeriod: 10, StatsCollectPeriod: 10,
MaxContainerLogLineSize: 16 * 1024, MaxContainerLogLineSize: 16 * 1024,
Registry: Registry{ Registry: Registry{