Skip to content

Commit 673c9ab

Browse files
committed
Update Inferenceobjective in docs
1 parent 2f2d21e commit 673c9ab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

site-src/guides/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ A cluster with:
8484
1. Enable the Gateway API and configure proxy-only subnets when necessary. See [Deploy Gateways](https://cloud.google.com/kubernetes-engine/docs/how-to/deploying-gateways)
8585
for detailed instructions.
8686

87-
2. Deploy Gateway:
87+
2. Deploy Inference Gateway:
8888

8989
```bash
9090
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/gke/gateway.yaml
@@ -280,14 +280,13 @@ A cluster with:
280280

281281
### Deploy InferenceObjective (Optional)
282282

283-
Deploy the sample InferenceObjective which is configured to forward traffic to the `food-review-1` [LoRA adapter](https://docs.vllm.ai/en/latest/features/lora.html) of the sample model server.
283+
Deploy the sample InferenceObjective which allows you to specify priority of requests.
284284

285285
```bash
286286
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/inferenceobjective.yaml
287287
```
288288

289289

290-
291290
### Try it out
292291

293292
Wait until the gateway is ready.

0 commit comments

Comments
 (0)