Skip to content

Commit 4ff2f45

Browse files
committed
docs: bump Gateway API to v1.5.1 and kgateway to v2.3.1
Signed-off-by: Lahiru De Silva <lahirude@wso2.com>
1 parent b60e45b commit 4ff2f45

3 files changed

Lines changed: 9 additions & 12 deletions

File tree

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

Lines changed: 3 additions & 4 deletions
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.4.1/experimental-install.yaml
122+
-f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.5.1/experimental-install.yaml
123123
```
124124

125125
#### cert-manager
@@ -155,14 +155,13 @@ helm upgrade --install external-secrets oci://ghcr.io/external-secrets/charts/ex
155155
```bash
156156
helm upgrade --install kgateway-crds oci://cr.kgateway.dev/kgateway-dev/charts/kgateway-crds \
157157
--create-namespace --namespace openchoreo-control-plane \
158-
--version v2.2.1
158+
--version v2.3.1
159159
```
160160

161161
```bash
162162
helm upgrade --install kgateway oci://cr.kgateway.dev/kgateway-dev/charts/kgateway \
163163
--namespace openchoreo-control-plane --create-namespace \
164-
--version v2.2.1 \
165-
--set controller.extraEnv.KGW_ENABLE_GATEWAY_API_EXPERIMENTAL_FEATURES=true
164+
--version v2.3.1
166165
```
167166

168167
#### OpenBao (Secret Backend)

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

Lines changed: 3 additions & 4 deletions
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.4.1/experimental-install.yaml
12+
-f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.5.1/experimental-install.yaml
1313

1414
step "Installing cert-manager..."
1515
helm upgrade --install cert-manager oci://quay.io/jetstack/charts/cert-manager \
@@ -30,13 +30,12 @@ helm upgrade --install external-secrets oci://ghcr.io/external-secrets/charts/ex
3030
step "Installing kgateway CRDs..."
3131
helm upgrade --install kgateway-crds oci://cr.kgateway.dev/kgateway-dev/charts/kgateway-crds \
3232
--create-namespace --namespace openchoreo-control-plane \
33-
--version v2.2.1
33+
--version v2.3.1
3434

3535
step "Installing kgateway..."
3636
helm upgrade --install kgateway oci://cr.kgateway.dev/kgateway-dev/charts/kgateway \
3737
--namespace openchoreo-control-plane --create-namespace \
38-
--version v2.2.1 \
39-
--set controller.extraEnv.KGW_ENABLE_GATEWAY_API_EXPERIMENTAL_FEATURES=true
38+
--version v2.3.1
4039

4140
step "Installing OpenBao..."
4241
helm upgrade --install openbao oci://ghcr.io/openbao/charts/openbao \

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

Lines changed: 3 additions & 4 deletions
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.4.1/experimental-install.yaml
94+
-f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.5.1/experimental-install.yaml
9595
```
9696

9797
#### cert-manager
@@ -127,14 +127,13 @@ helm upgrade --install external-secrets oci://ghcr.io/external-secrets/charts/ex
127127
```bash
128128
helm upgrade --install kgateway-crds oci://cr.kgateway.dev/kgateway-dev/charts/kgateway-crds \
129129
--create-namespace --namespace openchoreo-control-plane \
130-
--version v2.2.1
130+
--version v2.3.1
131131
```
132132

133133
```bash
134134
helm upgrade --install kgateway oci://cr.kgateway.dev/kgateway-dev/charts/kgateway \
135135
--namespace openchoreo-control-plane --create-namespace \
136-
--version v2.2.1 \
137-
--set controller.extraEnv.KGW_ENABLE_GATEWAY_API_EXPERIMENTAL_FEATURES=true
136+
--version v2.3.1
138137
```
139138

140139
#### OpenBao (Secret Backend)

0 commit comments

Comments
 (0)