Skip to content

Commit c1a5ec4

Browse files
committed
Merge branch 'local-kubernetes-use-calico' into kubernetes-add-deny-all-global-network-policy
2 parents 3bcac1e + f4f980d commit c1a5ec4

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)