diff --git a/test/e2e-gloo-tests.sh b/test/e2e-gloo-tests.sh index b1b12f10..6f948367 100755 --- a/test/e2e-gloo-tests.sh +++ b/test/e2e-gloo-tests.sh @@ -5,24 +5,38 @@ set -o errexit -GLOO_VER="0.14.0" REPO_ROOT=$(git rev-parse --show-toplevel) export KUBECONFIG="$(kind get kubeconfig-path --name="kind")" echo '>>> Creating test namespace' kubectl create namespace test -echo ">>> Downloading Gloo CLI" -curl -SsL https://github.com/solo-io/gloo/releases/download/v${GLOO_VER}/glooctl-linux-amd64 > ${REPO_ROOT}/bin/glooctl -chmod +x ${REPO_ROOT}/bin/glooctl - echo '>>> Installing load tester' kubectl -n test apply -f ${REPO_ROOT}/artifacts/loadtester/ kubectl -n test rollout status deployment/flagger-loadtester echo '>>> Initialising canary' kubectl apply -f ${REPO_ROOT}/test/e2e-workload.yaml -${REPO_ROOT}/bin/glooctl add route --path-prefix / --upstream-group-name podinfo --upstream-group-namespace test + +cat <