You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run: kubectl wait --for=condition=ready pod --timeout=180s -l tarantool.io/role=router || true
113
+
run: for i in {1..60}; do kubectl wait -n ${{ env.APP_NAMESPACE }} --for=condition=ready pod --timeout=180s -l tarantool.io/role=router && break || sleep 1; done
113
114
114
115
- name: Сhecking the number of ready router replicas
0 commit comments