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 3877b6e commit dea4552Copy full SHA for dea4552
tests/charts/make/chart_cluster_setup.sh
@@ -51,7 +51,6 @@ elif [ "${CLUSTER}" = "minikube" ]; then
51
if [ "${SERVICE_MESH}" = "true" ]; then
52
minikube addons enable istio-provisioner
53
minikube addons enable istio
54
- kubectl wait --for=condition=available deployment/istiod -n istio-system
55
fi
56
57
0 commit comments