diff --git a/tests/gh-actions/install_calico.sh b/tests/gh-actions/install_calico.sh index fde7730807..1a20a60c39 100644 --- a/tests/gh-actions/install_calico.sh +++ b/tests/gh-actions/install_calico.sh @@ -3,4 +3,4 @@ set -e kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.26.0/manifests/tigera-operator.yaml kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.26.0/manifests/custom-resources.yaml -kubectl wait --for=condition=Ready pods --all --namespace=tigera-operator --timeout 300s \ No newline at end of file +kubectl rollout status deployment -n tigera-operator tigera-operator --timeout 60s \ No newline at end of file