Skip to content

Commit

Permalink
Increase timeout to install Ambassador
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Gonzalez-Martin committed Sep 1, 2023
1 parent fe47d5e commit 92cbf68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ 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=90s --for=condition=available deployment emissary-apiext -n emissary-system
kubectl wait --timeout=120s --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
-f ../resources/ambassador_values.yaml --wait --timeout 120s
kubectl rollout status -n ambassador deployment/edge-stack -w
kubectl apply -f ../resources/ambassador_nontls_setup.yaml -n ambassador

Expand Down

0 comments on commit 92cbf68

Please sign in to comment.