We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb21c8 commit da014d5Copy full SHA for da014d5
project/k8s/init-cluster.sh
@@ -3,6 +3,7 @@
3
# setup a GKE cluster and install all dependencies
4
# for deploying our applications
5
6
+
7
if ! command -v kubectl; then
8
echo "kubectl is not installed. Please install it first"
9
exit 1
0 commit comments