Skip to content

Commit

Permalink
chore(workflow): istiod enable alpha gateway-api
Browse files Browse the repository at this point in the history
  • Loading branch information
jianxiaoguo authored Jan 30, 2024
1 parent c6d41f1 commit 5116edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ function install_gateway() {
helm repo update
kubectl apply -f $gateway_api_url/releases/download/${version}/experimental-install.yaml
helm install istio-base istio/base -n istio-system --set defaultRevision=default --create-namespace --wait
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
helm install istio-gateway istio/gateway -n istio-gateway --create-namespace --wait
echo -e "\\033[32m---> Gateway installed!\\033[0m"
}
Expand Down

0 comments on commit 5116edf

Please sign in to comment.