Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Knative: Use istio's local gateway (#2048)
By default Knative's local gateway will use the istio-ingressgateway Pod for configuring traffic and binding VirtualServices. This means that all in-cluster traffic will need to also pass via the ingress gateway. We've noticed 302s from Notebooks curl-ing InferenceServices. This was because the AuthService is authenticating all requests that go through the ingress gateway. But since we now send in-cluster requests via the ingress gateway this means that AuthService will also check them. To avoid the above we provide an overlay for making Knative's local gateway to use Istio's local gateway and not the ingress one. See: #1966 Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
- Loading branch information