Skip to content

Commit 7cd4b1b

Browse files
author
Power Cloud Robot
authored
Merge pull request ppc64le-cloud#72 from AshwinHIBM/add-kubelet-flag
Add kubelet flag to resolve summary test failure.
2 parents c0ffcb7 + 5004f82 commit 7cd4b1b

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)