Commit 44609bdc authored by Andrejs Cunskis's avatar Andrejs Cunskis

Merge branch 'fix-ingress-ip-k8s-test' into 'master'

Increase wait time for intial pod delay setup

See merge request gitlab-org/gitlab!76320
parents 43a6b985 78df4813
......@@ -77,7 +77,7 @@ module QA
install_ingress
# need to wait since the ingress-nginx service has an initial delay set of 10 seconds
sleep 10
sleep 12
ingress_ip = `kubectl get svc --all-namespaces --no-headers=true -l app.kubernetes.io/name=ingress-nginx -o custom-columns=:'status.loadBalancer.ingress[0].ip' | grep -v 'none'`
QA::Runtime::Logger.debug "Has ingress address set to: #{ingress_ip}"
ingress_ip
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment