mirror of https://github.com/istio/istio.io.git
add gtwapi install boilerplate to ambient helm install doc (#15661)
Signed-off-by: Ian Rudie <ian.rudie@solo.io>
This commit is contained in:
parent
0bf41922af
commit
fbbc3ddfa4
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue