mirror of https://github.com/istio/istio.io.git
Fix istio.io tests when moving to later kubectl (#9046)
This commit is contained in:
parent
caf7b6df79
commit
a38324b63e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue