We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6d41f1 commit 5116edfCopy full SHA for 5116edf
1 file changed
_scripts/install.sh
@@ -351,7 +351,7 @@ function install_gateway() {
351
helm repo update
352
kubectl apply -f $gateway_api_url/releases/download/${version}/experimental-install.yaml
353
helm install istio-base istio/base -n istio-system --set defaultRevision=default --create-namespace --wait
354
- helm install istio-istiod istio/istiod -n istio-system --wait
+ helm install istio-istiod istio/istiod -n istio-system --set pilot.env.PILOT_ENABLE_ALPHA_GATEWAY_API=true --wait
355
helm install istio-gateway istio/gateway -n istio-gateway --create-namespace --wait
356
echo -e "\\033[32m---> Gateway installed!\\033[0m"
357
}
0 commit comments