mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Print Istio e2e status
This commit is contained in:
+10
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user