You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Choose one of the following options to deploy an Inference Gateway.
@@ -114,6 +120,14 @@ This quickstart guide is intended for engineers familiar with k8s and model serv
114
120
115
121
Please follow the [Istio installation guide](https://istio.io/latest/docs/setup/install/).
116
122
123
+
1. If you run the Endpoint Picker (EPP) with TLS (with `--secureServing=true`), it is currently using a self-signed certificate
124
+
and the gateway cannot successfully validate the CA signature and the SAN. Apply the destination rule to bypass verification as
125
+
a temporary workaround. A better TLS implementation is being discussed in https://github.com/kubernetes-sigs/gateway-api-inference-extension/issues/582.
0 commit comments