Skip to content

Commit

Permalink
docs(GAPI): change CRDs installation step
Browse files Browse the repository at this point in the history
- Gateway API doesn't need to be installed in Experimental
  Channel anymore, as we are not supporting any of experimental
  features yet, so I changed the instruction to reflect that.
- Admission Webhook doesn't come with CRDs anymore, so we can
  safely stop mentioning it
  (re. kubernetes-sigs/gateway-api#2401)

Signed-off-by: Bart Smykla <[email protected]>
  • Loading branch information
bartsmykla committed Apr 15, 2024
1 parent 39fef49 commit cfe4a92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gateway API [`Gateways`](https://gateway-api.sigs.k8s.io/api-types/gateway/) are

1. Install the Gateway API CRDs.

The Gateway API CRDs aren't available in Kubernetes by default yet. You must first [install the _experimental release_ that includes those CRDs as well as the admission webhook](https://gateway-api.sigs.k8s.io/guides/#install-experimental-channel).
Kubernetes doesn't include Gateway API functionality by default. To use it, you'll need to install the CRDs first. Instructions: [Installing Gateway API Standard Channel](https://gateway-api.sigs.k8s.io/guides/#install-standard-channel).

2. Enable Gateway API support.

Expand Down

0 comments on commit cfe4a92

Please sign in to comment.