Skip to content

Commit 484f19f

Browse files
nicolexinrobscott
andauthored
Add clarification on the EPP secureServing default value.
Co-authored-by: Rob Scott <[email protected]>
1 parent e9f2298 commit 484f19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site-src/guides/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ This quickstart guide is intended for engineers familiar with k8s and model serv
131131
./istioctl install --set tag=$TAG --set hub=gcr.io/istio-testing
132132
```
133133

134-
1. If you run the Endpoint Picker (EPP) with the `--secureServing` flag set to `true`, 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).
134+
1. If you run the Endpoint Picker (EPP) with the `--secureServing` 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).
135135

136136
```bash
137137
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/istio/destination-rule.yaml

0 commit comments

Comments
 (0)