Skip to content

Commit 7a01b53

Browse files
Adding KUBE_ROOT value for k8s-node task
1 parent 1c17cca commit 7a01b53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/k8s-node/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
4040
focus=${FOCUS:-"\[NodeConformance\]"}
4141
skip=${SKIP-"\[Flaky\]|\[Slow\]|\[Serial\]"}
42+
export KUBE_ROOT=/
4243
echo 'This is a script to run e2e-node tests'
4344
pushd /kubernetes
4445
make test-e2e-node FOCUS=${focus} SKIP=${skip}

0 commit comments

Comments
 (0)