@@ -74,7 +74,6 @@ kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extens
7474 1. Requirements
7575
7676 - Gateway API [CRDs](https://gateway-api.sigs.k8s.io/guides/#installing-gateway-api) installed.
77- - [Helm](https://helm.sh/docs/intro/install/) installed.
7877
7978 2. Set the Kgateway version and install the Kgateway CRDs.
8079
@@ -141,13 +140,7 @@ kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extens
141140 Please note that this feature is currently in an experimental phase and is not intended for production use.
142141 The implementation and user experience are subject to changes as we continue to iterate on this project.
143142
144- 1. If your EPP uses secure serving with self-signed certs (default), temporarily bypass TLS verification:
145-
146- ```bash
147- kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/istio/destination-rule.yaml
148- ```
149-
150- 2. Deploy the Inference Gateway
143+ 1. Deploy the Inference Gateway
151144
152145 ```bash
153146 kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/istio/gateway.yaml
@@ -160,13 +153,13 @@ kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extens
160153 inference-gateway inference-gateway <MY_ADDRESS> True 22s
161154 ```
162155
163- 3 . Deploy the HTTPRoute
156+ 2 . Deploy the HTTPRoute
164157
165158 ```bash
166159 kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/istio/httproute.yaml
167160 ```
168161
169- 4 . Confirm that the HTTPRoute status conditions include `Accepted=True` and `ResolvedRefs=True`:
162+ 3 . Confirm that the HTTPRoute status conditions include `Accepted=True` and `ResolvedRefs=True`:
170163
171164 ```bash
172165 kubectl get httproute llm-route -o yaml
@@ -251,7 +244,6 @@ Deploy the sample InferenceObjective which allows you to specify priority of req
251244
252245 ` ` ` bash
253246 kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.1.0/config/manifests/gateway/istio/gateway.yaml --ignore-not-found
254- kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.1.0/config/manifests/gateway/istio/destination-rule.yaml --ignore-not-found
255247 kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.1.0/config/manifests/gateway/istio/httproute.yaml --ignore-not-found
256248 ` ` `
257249
0 commit comments