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 <akhilerm@gmail.com>
This commit is contained in:
parent
a7f1ff94d7
commit
81b3384a0d
@ -230,6 +230,7 @@ disabled_plugins = ["io.containerd.internal.v1.restart"]
|
||||
default_runtime_name = "${CONTAINERD_DEFAULT_RUNTIME:-"runc"}"
|
||||
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc]
|
||||
runtime_type = "io.containerd.runc.v2"
|
||||
runtime_path = "${CONTAINERD_HOME}/usr/local/bin/containerd-shim-runc-v2"
|
||||
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc.options]
|
||||
BinaryName = "${CONTAINERD_HOME}/usr/local/sbin/runc"
|
||||
SystemdCgroup = ${systemdCgroup}
|
||||
|
Loading…
Reference in New Issue
Block a user