Skip to content

Commit c46207e

Browse files
committed
Add delay in Istio installation
(cherry picked from commit cf334f8)
1 parent d439273 commit c46207e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manager/install_cortex.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ function setup_istio() {
8989
sleep 5
9090
done
9191
echo -n "."
92+
sleep 3 # Sleep a bit longer to be safe, since there are multiple Istio initialization containers
93+
echo -n "."
9294

9395
helm template istio-manifests/istio-cni --name istio-cni --namespace kube-system | kubectl apply -f - >/dev/null
9496
until [ "$(kubectl get daemonset istio-cni-node -n kube-system -o 'jsonpath={.status.numberReady}')" == "$(kubectl get daemonset istio-cni-node -n kube-system -o 'jsonpath={.status.desiredNumberScheduled}')" ]; do

0 commit comments

Comments
 (0)