Merge pull request #7003 from pacoxu/pause-3.7

promote pause image to 3.7 (sync with kube v1.24)
This commit is contained in:
Phil Estes
2022-06-01 05:59:14 -04:00
committed by GitHub
10 changed files with 23 additions and 23 deletions

View File

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

View File

@@ -53,7 +53,7 @@ func DefaultConfig() PluginConfig {
TLSKeyFile: "",
TLSCertFile: "",
},
SandboxImage: "k8s.gcr.io/pause:3.6",
SandboxImage: "k8s.gcr.io/pause:3.7",
StatsCollectPeriod: 10,
MaxContainerLogLineSize: 16 * 1024,
MaxConcurrentDownloads: 3,