From ee4a009a0619655b4bd6ec5aa2d45635e8dad7d2 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Mon, 1 Apr 2019 14:09:19 +0300 Subject: [PATCH] Print Istio e2e status --- test/e2e-istio.sh | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/test/e2e-istio.sh b/test/e2e-istio.sh index f444673c..918646fc 100755 --- a/test/e2e-istio.sh +++ b/test/e2e-istio.sh @@ -25,4 +25,13 @@ kubectl -n istio-system wait --for=condition=complete job/istio-init-crd-10 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 --wait --namespace istio-system -f ${REPO_ROOT}/test/e2e-istio-values.yaml \ No newline at end of file +helm upgrade -i istio istio.io/istio --namespace istio-system -f ${REPO_ROOT}/test/e2e-istio-values.yaml + +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