From 2f451dd4c53e7e5368830a1414b16f470e388ff4 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Tue, 8 Dec 2020 19:17:25 -0500 Subject: [PATCH] Extending ingress timeout --- spring-cloud-kubernetes-integration-tests/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-kubernetes-integration-tests/run.sh b/spring-cloud-kubernetes-integration-tests/run.sh index c6141bf1..af6772ae 100755 --- a/spring-cloud-kubernetes-integration-tests/run.sh +++ b/spring-cloud-kubernetes-integration-tests/run.sh @@ -87,7 +87,7 @@ main() { # kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/kind/deploy.yaml kubectl apply -fhttps://raw.githubusercontent.com/kubernetes/ingress-nginx/12150e318b972a03fb49d827e6cabb8ef62247ef/deploy/static/provider/kind/deploy.yaml sleep 5 # hold 5 sec so that the pods can be created - kubectl wait --namespace ingress-nginx --for=condition=ready pod --selector=app.kubernetes.io/component=controller --timeout=360s + kubectl wait --namespace ingress-nginx --for=condition=ready pod --selector=app.kubernetes.io/component=controller --timeout=720s # This creates the service account, role, and role binding necessary for Spring Cloud k8s apps kubectl apply -f ./permissions.yaml