Skip to content

Commit 8b15356

Browse files
committed
docs: update getting started guides to Gateway API standard channel
Signed-off-by: Lahiru De Silva <lahirude@wso2.com>
1 parent 4ff2f45 commit 8b15356

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/getting-started/try-it-out/on-k3d-locally.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The [Gateway API](https://gateway-api.sigs.k8s.io/) is the Kubernetes-native way
119119

120120
```bash
121121
kubectl 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

docs/getting-started/try-it-out/on-k3d-locally/k3d-prerequisites.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ step() {
99

1010
step "Installing Gateway API CRDs..."
1111
kubectl 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

1414
step "Installing cert-manager..."
1515
helm upgrade --install cert-manager oci://quay.io/jetstack/charts/cert-manager \

docs/getting-started/try-it-out/on-your-environment.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The [Gateway API](https://gateway-api.sigs.k8s.io/) is the Kubernetes-native way
9191

9292
```bash
9393
kubectl 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

0 commit comments

Comments
 (0)