Merge pull request #5211 from pacoxu/pause/3.5

upgrade pause image to 3.5 for non-root
This commit is contained in:
Michael Crosby
2021-03-18 11:43:59 -04:00
committed by GitHub
10 changed files with 24 additions and 23 deletions

View File

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

View File

@@ -54,7 +54,7 @@ func DefaultConfig() PluginConfig {
TLSKeyFile: "",
TLSCertFile: "",
},
SandboxImage: "k8s.gcr.io/pause:3.4.1",
SandboxImage: "k8s.gcr.io/pause:3.5",
StatsCollectPeriod: 10,
MaxContainerLogLineSize: 16 * 1024,
Registry: Registry{