Skip to content

Commit 393ad5b

Browse files
committed
e2e: use the shim bundled with containerd artifact
use the shim bundled with cri-cni-containerd tar rather than using the shim present on the host machine for running e2e Signed-off-by: Akhil Mohan <[email protected]>
1 parent fdc6253 commit 393ad5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/gce/configure.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ disabled_plugins = ["io.containerd.internal.v1.restart"]
230230
default_runtime_name = "${CONTAINERD_DEFAULT_RUNTIME:-"runc"}"
231231
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc]
232232
runtime_type = "io.containerd.runc.v2"
233+
runtime_path = "${CONTAINERD_HOME}/usr/local/bin/containerd-shim-runc-v2"
233234
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc.options]
234235
BinaryName = "${CONTAINERD_HOME}/usr/local/sbin/runc"
235236
SystemdCgroup = ${systemdCgroup}

0 commit comments

Comments
 (0)