gateway-api: add crd install command in mesh warning (#13808)

This commit is contained in:
Frank Budinsky 2023-09-01 14:17:20 -04:00 committed by GitHub
parent a6abdee9f0
commit 1f1b24b797
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 8 deletions

View File

@ -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,

View File

@ -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 -
}