Skip to content

Commit

Permalink
removed kubectl from setup_minikube.sh
Browse files Browse the repository at this point in the history
I think we probably should just get rid of this file.
  • Loading branch information
mplsgrant committed Sep 19, 2024
1 parent 2a2a31a commit 59c173a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions resources/scripts/setup_minikube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,6 @@ else
ERROR_CODE=127
fi

kubectl_path=$(command -v kubectl || true)
if [ -n "$kubectl_path" ]; then
print_partial_message " ⭐️ Found " "kubectl" ": $kubectl_path " "$BOLD"
else
print_partial_message " 💥 Could not find " "kubectl" ". Please follow this link to install it..." "$BOLD"
print_message "" " https://kubernetes.io/docs/tasks/tools/" "$BOLD"
ERROR_CODE=127
fi

helm_path=$(command -v helm || true)
if [ -n "$helm_path" ]; then
print_partial_message " ⭐️ Found " "helm" ": $helm_path" "$BOLD"
Expand Down

0 comments on commit 59c173a

Please sign in to comment.