Skip to content

Commit

Permalink
gateway-api: add crd install command in mesh warning
Browse files Browse the repository at this point in the history
  • Loading branch information
frankbu committed Sep 1, 2023
1 parent 21b4e9e commit 6e2b909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions content/en/boilerplates/gateway-api-gamma-support.md
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
5 changes: 1 addition & 4 deletions content/en/boilerplates/snips/gateway-api-gamma-support.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 6e2b909

Please sign in to comment.