We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0ffcb7 + 5004f82 commit 7cd4b1bCopy full SHA for 7cd4b1b
roles/k8s-node/tasks/main.yml
@@ -42,7 +42,8 @@
42
export KUBE_ROOT=/
43
echo 'This is a script to run e2e-node tests'
44
pushd /kubernetes
45
- make test-e2e-node FOCUS=${focus} SKIP=${skip}
+ test_args='--kubelet-flags="--runtime-cgroups=/system.slice/containerd.service"'
46
+ TEST_ARGS=${test_args} make test-e2e-node FOCUS=${focus} SKIP=${skip}
47
popd
48
dest: /make-test-e2e-node.sh
49
mode: '0755'
0 commit comments