Skip to content

Commit 7207ed6

Browse files
authored
Docs: Bumps Kgateway to v2.0.2 (#823)
Signed-off-by: Daneyon Hansen <[email protected]>
1 parent baf3d7d commit 7207ed6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config/manifests/gateway/kgateway/httproute.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ spec:
1212
- group: inference.networking.x-k8s.io
1313
kind: InferencePool
1414
name: vllm-llama3-8b-instruct
15-
port: 8000 # Remove when https://github.com/kgateway-dev/kgateway/issues/10987 is fixed.
1615
matches:
1716
- path:
1817
type: PathPrefix

site-src/guides/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ This quickstart guide is intended for engineers familiar with k8s and model serv
200200
2. Set the Kgateway version and install the Kgateway CRDs.
201201

202202
```bash
203-
KGTW_VERSION=v2.0.0
203+
KGTW_VERSION=v2.0.2
204204
helm upgrade -i --create-namespace --namespace kgateway-system --version $KGTW_VERSION kgateway-crds oci://cr.kgateway.dev/kgateway-dev/charts/kgateway-crds
205205
```
206206

0 commit comments

Comments
 (0)