File tree Expand file tree Collapse file tree
docs/getting-started/try-it-out Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ The [Gateway API](https://gateway-api.sigs.k8s.io/) is the Kubernetes-native way
119119
120120``` bash
121121kubectl apply --server-side \
122- -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.5.1/experimental -install.yaml
122+ -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.5.1/standard -install.yaml
123123```
124124
125125#### cert-manager
Original file line number Diff line number Diff line change 99
1010step " Installing Gateway API CRDs..."
1111kubectl apply --server-side \
12- -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.5.1/experimental -install.yaml
12+ -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.5.1/standard -install.yaml
1313
1414step " Installing cert-manager..."
1515helm upgrade --install cert-manager oci://quay.io/jetstack/charts/cert-manager \
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ The [Gateway API](https://gateway-api.sigs.k8s.io/) is the Kubernetes-native way
9191
9292``` bash
9393kubectl apply --server-side \
94- -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.5.1/experimental -install.yaml
94+ -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.5.1/standard -install.yaml
9595```
9696
9797#### cert-manager
You can’t perform that action at this time.
0 commit comments