Skip to content

Commit 81b3384

Browse files
akhilermk8s-infra-cherrypick-robot
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]>
1 parent a7f1ff9 commit 81b3384

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)