diff --git a/content/en/boilerplates/gateway-api-gamma-support.md b/content/en/boilerplates/gateway-api-gamma-support.md index 5a1da275f4..b59df3ddef 100644 --- a/content/en/boilerplates/gateway-api-gamma-support.md +++ b/content/en/boilerplates/gateway-api-gamma-support.md @@ -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, diff --git a/content/en/boilerplates/snips/gateway-api-gamma-support.sh b/content/en/boilerplates/snips/gateway-api-gamma-support.sh index 7e5264c90f..20922445e1 100644 --- a/content/en/boilerplates/snips/gateway-api-gamma-support.sh +++ b/content/en/boilerplates/snips/gateway-api-gamma-support.sh @@ -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"