Debug e2e load test

This commit is contained in:
stefanprodan
2019-04-01 14:33:47 +03:00
parent ee4a009a06
commit 664e7ad555
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -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
+5
View File
@@ -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'