Merge pull request #1399 from mikebrow/pause-image-update

move to v3.2 for the pause image
This commit is contained in:
Mike Brown
2020-02-20 10:45:16 -06:00
committed by GitHub
5 changed files with 19 additions and 19 deletions

View File

@@ -52,7 +52,7 @@ func DefaultConfig() PluginConfig {
TLSKeyFile: "",
TLSCertFile: "",
},
SandboxImage: "k8s.gcr.io/pause:3.1",
SandboxImage: "k8s.gcr.io/pause:3.2",
StatsCollectPeriod: 10,
SystemdCgroup: false,
MaxContainerLogLineSize: 16 * 1024,