Skip to content

Commit 5004f82

Browse files
committed
Add kubelet flag to resolve summary test failure.
Co-authored-by: <rajalakshmi.girish1@ibm.com>
1 parent c0ffcb7 commit 5004f82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

roles/k8s-node/tasks/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
export KUBE_ROOT=/
4343
echo 'This is a script to run e2e-node tests'
4444
pushd /kubernetes
45-
make test-e2e-node FOCUS=${focus} SKIP=${skip}
45+
test_args='--kubelet-flags="--runtime-cgroups=/system.slice/containerd.service"'
46+
TEST_ARGS=${test_args} make test-e2e-node FOCUS=${focus} SKIP=${skip}
4647
popd
4748
dest: /make-test-e2e-node.sh
4849
mode: '0755'

0 commit comments

Comments
 (0)