Increase wait timeout for nginx controller pod

This commit is contained in:
Manuel de Brito Fontes 2018-01-23 18:27:50 -03:00
parent 31d8bb9b6b
commit 61078e1a7e

View file

@ -45,7 +45,7 @@ function waitForPod() {
export -f waitForPod export -f waitForPod
timeout 10s bash -c waitForPod timeout 30s bash -c waitForPod
if kubectl get pods -n ingress-nginx -l app=ingress-nginx -o jsonpath="$JSONPATH" 2>&1 | grep -q "Ready=True"; if kubectl get pods -n ingress-nginx -l app=ingress-nginx -o jsonpath="$JSONPATH" 2>&1 | grep -q "Ready=True";
then then