We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a2a31a commit 59c173aCopy full SHA for 59c173a
resources/scripts/setup_minikube.sh
@@ -72,15 +72,6 @@ else
72
ERROR_CODE=127
73
fi
74
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
-
84
helm_path=$(command -v helm || true)
85
if [ -n "$helm_path" ]; then
86
print_partial_message " ⭐️ Found " "helm" ": $helm_path" "$BOLD"
0 commit comments