From aa6a180bcc4b403f4ab86b6a54e1e74604a76db8 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Wed, 24 Jul 2019 19:44:06 +0300 Subject: [PATCH] Remove Gloo NodePort from e2e tests --- test/e2e-gloo.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/e2e-gloo.sh b/test/e2e-gloo.sh index d821ef93..3f86b2bf 100755 --- a/test/e2e-gloo.sh +++ b/test/e2e-gloo.sh @@ -9,9 +9,7 @@ export KUBECONFIG="$(kind get kubeconfig-path --name="kind")" echo '>>> Installing Gloo' helm repo add gloo https://storage.googleapis.com/solo-public-helm helm upgrade -i gloo gloo/gloo --version ${GLOO_VER} \ ---wait \ ---namespace gloo-system \ ---set gatewayProxies.gateway-proxy.service.type=NodePort +--namespace gloo-system kubectl -n gloo-system rollout status deployment/gloo kubectl -n gloo-system rollout status deployment/gateway-proxy