migrate from k8s.gcr.io to registry.k8s.io

Signed-off-by: Paco Xu <paco.xu@daocloud.io>
This commit is contained in:
Paco Xu
2022-06-09 16:14:10 +08:00
parent 542e4b219d
commit 9525b3148a
11 changed files with 25 additions and 25 deletions

View File

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