We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca1f2c commit 44837f6Copy full SHA for 44837f6
1 file changed
install.sh
@@ -435,7 +435,7 @@ function install_gateway() {
435
436
helm repo add istio https://github.com/istio-charts
437
helm repo update
438
- kubectl apply -f $gateway_api_url/releases/download/${version}/experimental-install.yaml
+ kubectl apply --server-side -f $gateway_api_url/releases/download/${version}/experimental-install.yaml
439
helm upgrade --install istio-base istio/base -n istio-system --set defaultRevision=default --create-namespace --wait $options
440
helm upgrade --install istio-istiod istio/istiod -n istio-system \
441
--set pilot.env.PILOT_ENABLE_ALPHA_GATEWAY_API=true \
0 commit comments