Skip to content

Commit ea15bdc

Browse files
authored
remove istio destinationrule creation from quickstart (#1648)
Signed-off-by: Nir Rozenbaum <[email protected]>
1 parent aaf1ee3 commit ea15bdc

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

site-src/guides/index.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,7 @@ Tooling:
196196
./istioctl install --set tag=$TAG --set hub=gcr.io/istio-testing --set values.pilot.env.ENABLE_GATEWAY_API_INFERENCE_EXTENSION=true
197197
```
198198

199-
3. If you run the Endpoint Picker (EPP) with the `--secure-serving` flag set to `true` (the default mode), it is currently using a self-signed certificate. As a security measure, Istio does not trust self-signed certificates by default. As a temporary workaround, you can apply the destination rule to bypass TLS verification for EPP. A more secure TLS implementation in EPP is being discussed in [Issue 582](https://github.com/kubernetes-sigs/gateway-api-inference-extension/issues/582).
200-
201-
```bash
202-
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/istio/destination-rule.yaml
203-
```
204-
205-
4. Deploy Gateway
199+
3. Deploy Gateway
206200

207201
```bash
208202
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/istio/gateway.yaml
@@ -215,13 +209,13 @@ Tooling:
215209
inference-gateway inference-gateway <MY_ADDRESS> True 22s
216210
```
217211

218-
6. Deploy the HTTPRoute
212+
4. Deploy the HTTPRoute
219213

220214
```bash
221215
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/istio/httproute.yaml
222216
```
223217

224-
7. Confirm that the HTTPRoute status conditions include `Accepted=True` and `ResolvedRefs=True`:
218+
5. Confirm that the HTTPRoute status conditions include `Accepted=True` and `ResolvedRefs=True`:
225219

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

0 commit comments

Comments
 (0)