Skip to content

Commit b7a2c56

Browse files
committed
Unset KUBECONFIG when creating kind cluster.
Signed-off-by: Kurt Garloff <[email protected]>
1 parent 513e6ef commit b7a2c56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

01-kind-cluster.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ if test $DOCKERMTU -gt $CLOUDMTU; then
1313
fi
1414
# Create kind cluster
1515
if test "$(kind get clusters)" != "kind"; then
16+
unset KUBECONFIG
1617
kind create cluster
1718
else
1819
echo "kind cluster already running"

0 commit comments

Comments
 (0)