Skip to content

Commit 4e2ac44

Browse files
committed
PR Review
Signed-off-by: Dawid Nowak <[email protected]>
1 parent f3895cf commit 4e2ac44

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

site-src/guides/index.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -262,17 +262,15 @@ A cluster with:
262262
kubectl get httproute llm-route -o yaml
263263
```
264264

265-
=== "Kubvernor Rust API Gateway"
265+
=== "Kubvernor"
266266

267267
[Kubvernor Rust API Gateway](https://github.com/kubvernor/kubvernor) is a higly experimental project so not ready for production but it supports version v0.5.1 of Inference Extension Spec.
268+
268269

269-
1. Requirements
270-
- Rust and Cargo installed
271-
272-
2. Run Kubvernor Rust API Gateway as documented in [README](https://github.com/kubvernor/kubvernor/blob/main/README.md)
270+
1. Compile and run Kubvernor Rust API Gateway as documented in [README](https://github.com/kubvernor/kubvernor/blob/main/README.md)
273271

274272

275-
3. Deploy the Gateway
273+
2. Deploy the Gateway
276274

277275
```bash
278276
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/kubvernor/gateway.yaml
@@ -285,13 +283,13 @@ A cluster with:
285283
inference-gateway kubvernor-inference-gateway <MY_ADDRESS> True 22s
286284
```
287285

288-
5. Deploy the HTTPRoute
286+
3. Deploy the HTTPRoute
289287

290288
```bash
291289
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/kubvernor/httproute.yaml
292290
```
293291

294-
6. Confirm that the HTTPRoute status conditions include `Accepted=True` and `ResolvedRefs=True`:
292+
4. Confirm that the HTTPRoute status conditions include `Accepted=True` and `ResolvedRefs=True`:
295293

296294
```bash
297295
kubectl get httproute llm-route -o yaml

0 commit comments

Comments
 (0)