Skip to content

Commit f65f896

Browse files
Wait for apiserver
1 parent 8017c0a commit f65f896

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

node/tests/k8st/deploy_resources_on_kind_cluster.sh

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ echo
7979
echo "Wait for Calico to be ready..."
8080
wait_pod_ready -l k8s-app=calico-node -n calico-system
8181
wait_pod_ready -l k8s-app=calico-kube-controllers -n calico-system
82+
wait_pod_ready -l k8s-app=calico-apiserver -n calico-apiserver
8283
wait_pod_ready -l k8s-app=kube-dns -n kube-system
8384
wait_pod_ready calicoctl -n kube-system
8485
echo "Calico is running."

0 commit comments

Comments
 (0)