From 7c4fcac5214f55e91e8ddf78f63c3eb2250f29aa Mon Sep 17 00:00:00 2001 From: Daneyon Hansen Date: Fri, 17 Oct 2025 10:21:15 -0700 Subject: [PATCH] Docs: Updates HTTPRoute Refs for IGs Signed-off-by: Daneyon Hansen --- site-src/guides/index.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/site-src/guides/index.md b/site-src/guides/index.md index 393d0b816..edb7280d8 100644 --- a/site-src/guides/index.md +++ b/site-src/guides/index.md @@ -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 @@ -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 @@ -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