Skip to content

Commit 964fde6

Browse files
authored
docs: Enable GIE in Istio installation command (#1345)
Signed-off-by: zhengkezhou1 <[email protected]>
1 parent 7dc1fd6 commit 964fde6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site-src/guides/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ This quickstart guide is intended for engineers familiar with k8s and model serv
161161
wget https://storage.googleapis.com/istio-build/dev/$TAG/istioctl-$TAG-win.zip
162162
unzip istioctl-$TAG-win.zip
163163

164-
./istioctl install --set tag=$TAG --set hub=gcr.io/istio-testing
164+
./istioctl install --set tag=$TAG --set hub=gcr.io/istio-testing --set values.pilot.env.ENABLE_GATEWAY_API_INFERENCE_EXTENSION=true
165165
```
166166

167167
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).

0 commit comments

Comments
 (0)