File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -164,10 +164,6 @@ disabled_plugins = ["restart"]
164164[debug]
165165 level = "${log_level} "
166166
167- [plugins.linux]
168- shim = "${CONTAINERD_HOME} /usr/local/bin/containerd-shim"
169- runtime = "${CONTAINERD_HOME} /usr/local/sbin/runc"
170-
171167[plugins.cri]
172168 stream_server_address = "127.0.0.1"
173169 stream_server_port = "0"
@@ -178,6 +174,10 @@ disabled_plugins = ["restart"]
178174 conf_template = "${cni_template_path} "
179175[plugins.cri.registry.mirrors."docker.io"]
180176 endpoint = ["https://mirror.gcr.io","https://registry-1.docker.io"]
177+ [plugins.cri.containerd.default_runtime]
178+ runtime_type = "io.containerd.runc.v2"
179+ [plugins.cri.containerd.default_runtime.options]
180+ BinaryName = "${CONTAINERD_HOME} /usr/local/sbin/runc"
181181EOF
182182chmod 644 " ${config_path} "
183183
You can’t perform that action at this time.
0 commit comments