Skip to content

Commit f4f980d

Browse files
committed
Report progress on waiting for calico to start
1 parent b950879 commit f4f980d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/create_local_k8s_cluster.bash

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,4 @@ kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.30.2
4949

5050
kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.30.2/manifests/custom-resources.yaml
5151

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
52+
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

Comments
 (0)