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
commit 1d3b9c5b80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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