feat: upgrade registry.k8s.io/pause version

Signed-off-by: rongfu.leng <1275177125@qq.com>
This commit is contained in:
lengrongfu
2022-09-02 12:15:10 +08:00
committed by rongfu.leng
parent edd59aa360
commit 3c0e6c40ad
3 changed files with 3 additions and 3 deletions

View File

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

View File

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