mirror of https://github.com/istio/istio.io.git
gateway-api: add crd install command in mesh warning (#13808)
This commit is contained in:
parent
a6abdee9f0
commit
1f1b24b797
|
@ -1,9 +1,6 @@
|
|||
---
|
||||
---
|
||||
{{< tip >}}
|
||||
{{< boilerplate gateway-api-future >}}
|
||||
{{< boilerplate gateway-api-choose >}}
|
||||
{{< /tip >}}
|
||||
{{< boilerplate gateway-api-support >}}
|
||||
|
||||
{{< warning >}}
|
||||
Note that this document uses the Gateway API to configure internal mesh (east-west) traffic,
|
||||
|
|
|
@ -19,7 +19,4 @@
|
|||
# WARNING: THIS IS AN AUTO-GENERATED FILE, DO NOT EDIT. PLEASE MODIFY THE ORIGINAL MARKDOWN FILE:
|
||||
# boilerplates/gateway-api-gamma-support.md
|
||||
####################################################################################################
|
||||
|
||||
bpsnip_gateway_api_gamma_support_install_experimental_crds() {
|
||||
kubectl kustomize "github.com/kubernetes-sigs/gateway-api/config/crd/experimental?ref=v0.8.0-rc1" | kubectl apply -f -
|
||||
}
|
||||
source "content/en/boilerplates/snips/gateway-api-support.sh"
|
||||
|
|
Loading…
Reference in New Issue