@@ -2,17 +2,8 @@
|
||||
|
||||
source .utils
|
||||
|
||||
# Force using the `go install` version as we need to pin to 0.19 for now
|
||||
alias kind=$GOPATH/bin/kind
|
||||
|
||||
CONTEXT_NAME=$(kubectl config current-context | sed -e "s/kind-//")
|
||||
|
||||
kind --version | grep "0.19." > /dev/null
|
||||
if [[ "$?" != "0" ]]; then
|
||||
echo "Kind v0.19.0 is required"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
print_usage() {
|
||||
orange "kind-delete-cluster - delete a Kind cluster"
|
||||
echo " "
|
||||
|
Reference in New Issue
Block a user