From 664e7ad555e06d70cf133724f21981e72d5472ef Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Mon, 1 Apr 2019 14:33:47 +0300 Subject: [PATCH] Debug e2e load test --- test/e2e-istio.sh | 4 ++-- test/e2e-tests.sh | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/test/e2e-istio.sh b/test/e2e-istio.sh index 918646fc..16b3bda0 100755 --- a/test/e2e-istio.sh +++ b/test/e2e-istio.sh @@ -27,11 +27,11 @@ kubectl -n istio-system wait --for=condition=complete job/istio-init-crd-11 echo '>>> Installing Istio control plane' helm upgrade -i istio istio.io/istio --namespace istio-system -f ${REPO_ROOT}/test/e2e-istio-values.yaml +kubectl -n istio-system rollout status deployment/prometheus + kubectl -n istio-system get all kubectl -n istio-system describe deployment/istio-pilot kubectl -n istio-system describe deployment/istio-telemetry kubectl -n istio-system describe deployment/istio-citadel kubectl -n istio-system describe deployment/prometheus - -kubectl -n istio-system rollout status deployment/prometheus diff --git a/test/e2e-tests.sh b/test/e2e-tests.sh index 3756a10f..fdbb97a8 100755 --- a/test/e2e-tests.sh +++ b/test/e2e-tests.sh @@ -14,6 +14,11 @@ kubectl label namespace test istio-injection=enabled echo '>>> Installing the load tester' kubectl -n test apply -f ${REPO_ROOT}/artifacts/loadtester/ + +sleep 30 + +kubectl -n test describe deployment/flagger-loadtester + kubectl -n test rollout status deployment/flagger-loadtester echo '>>> Initialising canary'