Skip to content

Commit 44837f6

Browse files
committed
fix(install): gateway crds metadata.annotations too long
1 parent fca1f2c commit 44837f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ function install_gateway() {
435435

436436
helm repo add istio https://github.com/istio-charts
437437
helm repo update
438-
kubectl apply -f $gateway_api_url/releases/download/${version}/experimental-install.yaml
438+
kubectl apply --server-side -f $gateway_api_url/releases/download/${version}/experimental-install.yaml
439439
helm upgrade --install istio-base istio/base -n istio-system --set defaultRevision=default --create-namespace --wait $options
440440
helm upgrade --install istio-istiod istio/istiod -n istio-system \
441441
--set pilot.env.PILOT_ENABLE_ALPHA_GATEWAY_API=true \

0 commit comments

Comments
 (0)