We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b950879 commit f4f980dCopy full SHA for f4f980d
scripts/create_local_k8s_cluster.bash
@@ -49,5 +49,4 @@ kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.30.2
49
50
kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.30.2/manifests/custom-resources.yaml
51
52
-echo "Waiting for Calico pods to start..."
53
-while ! kubectl get pods -A -l k8s-app=calico-node 2>/dev/null | grep -q "Running"; do sleep 1; done
+while ! kubectl get pods -A -l k8s-app=calico-node 2>/dev/null | grep -q "Running"; do echo "Waiting for Calico pods to start..."; sleep 1; done
0 commit comments