Skip to content

Commit 49537b3

Browse files
akhilermdjdongjin
authored andcommitted
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]> (cherry picked from commit 393ad5b) Signed-off-by: Jin Dong <[email protected]>
1 parent fe490b7 commit 49537b3

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
@@ -229,6 +229,7 @@ disabled_plugins = ["io.containerd.internal.v1.restart"]
229229
default_runtime_name = "${CONTAINERD_DEFAULT_RUNTIME:-"runc"}"
230230
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc]
231231
runtime_type = "io.containerd.runc.v2"
232+
runtime_path = "${CONTAINERD_HOME}/usr/local/bin/containerd-shim-runc-v2"
232233
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc.options]
233234
BinaryName = "${CONTAINERD_HOME}/usr/local/sbin/runc"
234235
SystemdCgroup = ${systemdCgroup}

0 commit comments

Comments
 (0)