Skip to content

Commit f9f5ea3

Browse files
committed
use --use-bootstrap-token in test
Signed-off-by: Dominique Vernier <[email protected]>
1 parent 70452a6 commit f9f5ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/run-functional-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ then
2626
fi
2727

2828
kubectl config use-context kind-${CLUSTER_NAME}-hub
29-
CMDINITRESULT=`clusteradm init`
29+
CMDINITRESULT=`clusteradm init --use-bootstrap-token`
3030
if [ $? != 0 ]
3131
then
3232
echo "init command result: "$CMDINITRESULT

0 commit comments

Comments
 (0)