We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f0c7b commit 1ee592bCopy full SHA for 1ee592b
1 file changed
contrib/gce/configure.sh
@@ -175,7 +175,7 @@ disabled_plugins = ["restart"]
175
[plugins.cri.registry.mirrors."docker.io"]
176
endpoint = ["https://mirror.gcr.io","https://registry-1.docker.io"]
177
[plugins.cri.containerd.default_runtime]
178
- runtime_type = "io.containerd.runc.v2"
+ runtime_type = "io.containerd.runc.v1"
179
[plugins.cri.containerd.default_runtime.options]
180
BinaryName = "${CONTAINERD_HOME}/usr/local/sbin/runc"
181
EOF
0 commit comments