Increase wait timeout for nginx controller pod
This commit is contained in:
parent
31d8bb9b6b
commit
61078e1a7e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue