Skip to content

Commit b8cd126

Browse files
committed
Bumps kgtw to rc.2
Signed-off-by: Daneyon Hansen <[email protected]>
1 parent 60f861c commit b8cd126

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site-src/guides/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ This quickstart guide is intended for engineers familiar with k8s and model serv
189189

190190
=== "Kgateway"
191191

192-
[Kgateway](https://kgateway.dev/) v2.0.0-rc.1 added support for inference extension as a **technical preview**. This means do not
192+
[Kgateway](https://kgateway.dev/) recently added support for inference extension as a **technical preview**. This means do not
193193
run Kgateway with inference extension in production environments. Refer to [Issue 10411](https://github.com/kgateway-dev/kgateway/issues/10411)
194194
for the list of caveats, supported features, etc.
195195

@@ -201,7 +201,7 @@ This quickstart guide is intended for engineers familiar with k8s and model serv
201201
2. Set the Kgateway version and install the Kgateway CRDs.
202202

203203
```bash
204-
KGTW_VERSION=v2.0.0-rc.1
204+
KGTW_VERSION=v2.0.0-rc.2
205205
helm upgrade -i --create-namespace --namespace kgateway-system --version $KGTW_VERSION kgateway-crds oci://cr.kgateway.dev/kgateway-dev/charts/kgateway-crds
206206
```
207207

0 commit comments

Comments
 (0)