Skip to content

Commit

Permalink
Print Istio e2e status
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Apr 1, 2019
1 parent 36dfd4d commit ee4a009
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion test/e2e-istio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

0 comments on commit ee4a009

Please sign in to comment.