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 5e808d2 commit 1408970Copy full SHA for 1408970
1 file changed
56-cleanup-cluster.sh
@@ -2,6 +2,7 @@
2
set -e
3
# Cleaning up inside cluster
4
# We need to remove the LB and Storage resources
5
+unset KUBECONFIG
6
if test -n "$1"; then
7
SET="$1"
8
else
0 commit comments