Fix istio.io tests when moving to later kubectl (#9046)

This commit is contained in:
Eric Van Norman 2021-02-23 18:03:57 -06:00 committed by GitHub
parent caf7b6df79
commit a38324b63e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ function _deploy_and_wait_for_addons() {
_wait_for_deployment istio-system jaeger
;;
kiali) kubectl apply -f "$KIALI_MANIFEST_URL"
kubectl apply -f "$KIALI_MANIFEST_URL" # Need to apply twice due to a reace condition
_wait_for_deployment istio-system kiali
;;
prometheus) kubectl apply -f "$PROMETHEUS_MANIFEST_URL"