Skip to content

Commit

Permalink
Move timeout from Helm to 'k rollout status' and reduce to 2min
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Gonzalez-Martin committed Sep 1, 2023
1 parent be475f9 commit 81dac60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testing/scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ helm_setup:
.PHONY: install_ambassador
install_ambassador:
kubectl apply -f https://app.getambassador.io/yaml/edge-stack/3.1.0/aes-crds.yaml
kubectl wait --timeout=180s --for=condition=available deployment emissary-apiext -n emissary-system
kubectl wait --timeout=2m --for=condition=available deployment emissary-apiext -n emissary-system
helm install -n ambassador --create-namespace edge-stack datawire/edge-stack \
-f ../resources/ambassador_values.yaml --wait --timeout 180s
kubectl rollout status -n ambassador deployment/edge-stack -w
-f ../resources/ambassador_values.yaml
kubectl rollout status -n ambassador deployment/edge-stack -w --timeout=2m
kubectl apply -f ../resources/ambassador_nontls_setup.yaml -n ambassador

.PHONY: install_jaeger
Expand Down

0 comments on commit 81dac60

Please sign in to comment.