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-support >}}
|
||||||
{{< boilerplate gateway-api-future >}}
|
|
||||||
{{< boilerplate gateway-api-choose >}}
|
|
||||||
{{< /tip >}}
|
|
||||||
|
|
||||||
{{< warning >}}
|
{{< warning >}}
|
||||||
Note that this document uses the Gateway API to configure internal mesh (east-west) traffic,
|
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:
|
# WARNING: THIS IS AN AUTO-GENERATED FILE, DO NOT EDIT. PLEASE MODIFY THE ORIGINAL MARKDOWN FILE:
|
||||||
# boilerplates/gateway-api-gamma-support.md
|
# boilerplates/gateway-api-gamma-support.md
|
||||||
####################################################################################################
|
####################################################################################################
|
||||||
|
source "content/en/boilerplates/snips/gateway-api-support.sh"
|
||||||
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 -
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue