Skip to content

Commit 1ee592b

Browse files
Random-Liuestesp
authored andcommitted
Use runc.v1 for now for debugging.
Signed-off-by: Lantao Liu <[email protected]>
1 parent a6f0c7b commit 1ee592b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/gce/configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ disabled_plugins = ["restart"]
175175
[plugins.cri.registry.mirrors."docker.io"]
176176
endpoint = ["https://mirror.gcr.io","https://registry-1.docker.io"]
177177
[plugins.cri.containerd.default_runtime]
178-
runtime_type = "io.containerd.runc.v2"
178+
runtime_type = "io.containerd.runc.v1"
179179
[plugins.cri.containerd.default_runtime.options]
180180
BinaryName = "${CONTAINERD_HOME}/usr/local/sbin/runc"
181181
EOF

0 commit comments

Comments
 (0)