We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d439273 commit c46207eCopy full SHA for c46207e
manager/install_cortex.sh
@@ -89,6 +89,8 @@ function setup_istio() {
89
sleep 5
90
done
91
echo -n "."
92
+ sleep 3 # Sleep a bit longer to be safe, since there are multiple Istio initialization containers
93
+ echo -n "."
94
95
helm template istio-manifests/istio-cni --name istio-cni --namespace kube-system | kubectl apply -f - >/dev/null
96
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