File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
config/manifests/gateway/kgateway Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 12
12
- group : inference.networking.x-k8s.io
13
13
kind : InferencePool
14
14
name : vllm-llama3-8b-instruct
15
- port : 8000 # Remove when https://github.com/kgateway-dev/kgateway/issues/10987 is fixed.
16
15
matches :
17
16
- path :
18
17
type : PathPrefix
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ This quickstart guide is intended for engineers familiar with k8s and model serv
200
200
2. Set the Kgateway version and install the Kgateway CRDs.
201
201
202
202
```bash
203
- KGTW_VERSION=v2.0.0
203
+ KGTW_VERSION=v2.0.2
204
204
helm upgrade -i --create-namespace --namespace kgateway-system --version $KGTW_VERSION kgateway-crds oci://cr.kgateway.dev/kgateway-dev/charts/kgateway-crds
205
205
```
206
206
You can’t perform that action at this time.
0 commit comments