Skip to content

Commit 59c173a

Browse files
committed
removed kubectl from setup_minikube.sh
I think we probably should just get rid of this file.
1 parent 2a2a31a commit 59c173a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

resources/scripts/setup_minikube.sh

-9
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,6 @@ else
7272
ERROR_CODE=127
7373
fi
7474

75-
kubectl_path=$(command -v kubectl || true)
76-
if [ -n "$kubectl_path" ]; then
77-
print_partial_message " ⭐️ Found " "kubectl" ": $kubectl_path " "$BOLD"
78-
else
79-
print_partial_message " 💥 Could not find " "kubectl" ". Please follow this link to install it..." "$BOLD"
80-
print_message "" " https://kubernetes.io/docs/tasks/tools/" "$BOLD"
81-
ERROR_CODE=127
82-
fi
83-
8475
helm_path=$(command -v helm || true)
8576
if [ -n "$helm_path" ]; then
8677
print_partial_message " ⭐️ Found " "helm" ": $helm_path" "$BOLD"

0 commit comments

Comments
 (0)