File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -176,9 +176,11 @@ disabled_plugins = ["restart"]
176176 conf_template = "${cni_template_path} "
177177[plugins.cri.registry.mirrors."docker.io"]
178178 endpoint = ["https://mirror.gcr.io","https://registry-1.docker.io"]
179- [plugins.cri.containerd.default_runtime]
179+ [plugins.cri.containerd]
180+ default_runtime_name = "${CONTAINERD_DEFAULT_RUNTIME:- " runc" } "
181+ [plugins.cri.containerd.runtimes.runc]
180182 runtime_type = "io.containerd.runc.v1"
181- [plugins.cri.containerd.default_runtime .options]
183+ [plugins.cri.containerd.runtimes.runc .options]
182184 BinaryName = "${CONTAINERD_HOME} /usr/local/sbin/runc"
183185EOF
184186chmod 644 " ${config_path} "
You can’t perform that action at this time.
0 commit comments