Skip to content

Commit

Permalink
docs: update gateway api getting started link
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmoraisjr committed Jan 30, 2022
1 parent 7175afd commit 85b5ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/docs/configuration/gateway-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: >

The following steps configure the Kubernetes cluster and HAProxy Ingress to read and parse Gateway API resources:

* Manually install the Gateway API CRDs, see the Gateway API [documentation](https://gateway-api.sigs.k8s.io/guides/getting-started/#installing-gateway-api-crds-manually)
* Manually install the Gateway API CRDs, see the Gateway API [documentation](https://gateway-api.sigs.k8s.io/v1alpha1/guides/getting-started/#installing-gateway-api-crds-manually)
* ... or simply `kubectl kustomize "github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.3.0" | kubectl apply -f -`
* Add the controller's [`--watch-gateway`]({{% relref "command-line#watch-gateway" %}}) command-line option

Expand Down

0 comments on commit 85b5ba4

Please sign in to comment.