Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions site-src/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ A cluster with:
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/gke/httproute.yaml
```

4. Confirm that the HTTPRoute status conditions include `Accepted=True` and `ResolvedRefs=True`:
4. Confirm that the HTTPRoute status conditions include `Accepted=True`:

```bash
kubectl get httproute llm-route -o yaml
Expand Down Expand Up @@ -166,7 +166,7 @@ A cluster with:
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/istio/httproute.yaml
```

7. Confirm that the HTTPRoute status conditions include `Accepted=True` and `ResolvedRefs=True`:
7. Confirm that the HTTPRoute status conditions include `Accepted=True`:

```bash
kubectl get httproute llm-route -o yaml
Expand Down Expand Up @@ -215,7 +215,7 @@ A cluster with:
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/kgateway/httproute.yaml
```

6. Confirm that the HTTPRoute status conditions include `Accepted=True` and `ResolvedRefs=True`:
6. Confirm that the HTTPRoute status conditions include `Accepted=True`:

```bash
kubectl get httproute llm-route -o yaml
Expand Down Expand Up @@ -262,7 +262,7 @@ A cluster with:
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/agentgateway/httproute.yaml
```

6. Confirm that the HTTPRoute status conditions include `Accepted=True` and `ResolvedRefs=True`:
6. Confirm that the HTTPRoute status conditions include `Accepted=True`:

```bash
kubectl get httproute llm-route -o yaml
Expand All @@ -284,6 +284,13 @@ A cluster with:

The Helm install automatically installs the endpoint-picker, inferencepool along with provider specific resources.


### Confirm that the HTTPRoute status conditions include `ResolvedRefs=True`

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

### Deploy InferenceObjective (Optional)

Deploy the sample InferenceObjective which allows you to specify priority of requests.
Expand Down