Fixed kind

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2025-02-07 13:47:10 +00:00
parent 21f3d27493
commit a8f0d8d043
2 changed files with 3 additions and 21 deletions

View File

@@ -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 " "