diff --git a/content/en/docs/ambient/install/helm/index.md b/content/en/docs/ambient/install/helm/index.md index 54b28a501d..a5d6d6bdca 100644 --- a/content/en/docs/ambient/install/helm/index.md +++ b/content/en/docs/ambient/install/helm/index.md @@ -53,6 +53,10 @@ This should be installed prior to any other Istio component. $ helm install istio-base istio/base -n istio-system --create-namespace --wait {{< /text >}} +### Install or upgrade the Kubernetes Gateway API CRDs + +{{< boilerplate gateway-api-install-crds >}} + ### istiod control plane The `istiod` chart installs a revision of Istiod. Istiod is the control plane component that manages and diff --git a/content/en/docs/ambient/install/helm/snips.sh b/content/en/docs/ambient/install/helm/snips.sh index 6683ad1df9..1c7f8f8c71 100644 --- a/content/en/docs/ambient/install/helm/snips.sh +++ b/content/en/docs/ambient/install/helm/snips.sh @@ -19,6 +19,7 @@ # WARNING: THIS IS AN AUTO-GENERATED FILE, DO NOT EDIT. PLEASE MODIFY THE ORIGINAL MARKDOWN FILE: # docs/ambient/install/helm/index.md #################################################################################################### +source "content/en/boilerplates/snips/gateway-api-install-crds.sh" snip_configure_helm() { helm repo add istio https://istio-release.storage.googleapis.com/charts