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: 12 additions & 3 deletions site-src/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,12 @@ kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extens
5. Deploy the HTTPRoute

```bash
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/istio/httproute.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/heads/main/config/manifests/gateway/istio/httproute.yaml
```

**Note:** The above URL should be replaced with a tagged reference when [Issue 1741](https://github.com/kubernetes-sigs/gateway-api-inference-extension/issues/1741)
is fixed.

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

```bash
Expand Down Expand Up @@ -180,9 +183,12 @@ kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extens
5. Deploy the HTTPRoute

```bash
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.0.1/config/manifests/gateway/kgateway/httproute.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/heads/main/config/manifests/gateway/kgateway/httproute.yaml
```

**Note:** The above URL should be replaced with a tagged reference when [Issue 1741](https://github.com/kubernetes-sigs/gateway-api-inference-extension/issues/1741)
is fixed.

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

```bash
Expand Down Expand Up @@ -227,9 +233,12 @@ kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extens
5. Deploy the HTTPRoute

```bash
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.0.1/config/manifests/gateway/agentgateway/httproute.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/heads/main/config/manifests/gateway/agentgateway/httproute.yaml
```

**Note:** The above URL should be replaced with a tagged reference when [Issue 1741](https://github.com/kubernetes-sigs/gateway-api-inference-extension/issues/1741)
is fixed.

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

```bash
Expand Down