We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513e6ef commit b7a2c56Copy full SHA for b7a2c56
1 file changed
01-kind-cluster.sh
@@ -13,6 +13,7 @@ if test $DOCKERMTU -gt $CLOUDMTU; then
13
fi
14
# Create kind cluster
15
if test "$(kind get clusters)" != "kind"; then
16
+ unset KUBECONFIG
17
kind create cluster
18
else
19
echo "kind cluster already running"
0 commit comments