Skip to content

Commit 84b1db6

Browse files
committed
fix guides index md
1 parent c90106c commit 84b1db6

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

site-src/guides/index.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ A cluster with:
109109
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/gke/httproute.yaml
110110
```
111111

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

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

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

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

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

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

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

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

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

287+
288+
### Confirm that the HTTPRoute status conditions include `ResolvedRefs=True`
289+
290+
```bash
291+
kubectl get httproute llm-route -o yaml
292+
```
293+
287294
### Deploy InferenceObjective (Optional)
288295

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

0 commit comments

Comments
 (0)