diff --git a/tests/e2e/installation_test_ingress.sh b/tests/e2e/installation_test_ingress.sh old mode 100644 new mode 100755 index ec612ac..b9258c2 --- a/tests/e2e/installation_test_ingress.sh +++ b/tests/e2e/installation_test_ingress.sh @@ -3,8 +3,9 @@ set -xe # install loadbalancer -# + kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.7/config/manifests/metallb-native.yaml +kubectl wait --namespace metallb-system --for=condition=ready pod --selector=app=metallb --timeout=90s kubectl apply -f https://kind.sigs.k8s.io/examples/loadbalancer/metallb-config.yaml # install ingress, needs to happen before yatai-deployment, otherwise quick-install-yatai-deployment.sh will complain