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
Not all Knative installations use Istio and even for the ones that do not all of them use the istio-ingressgateway service name, the istio-system namespace, nor do all of them give the Istio ingressgateway a public IP.
The text was updated successfully, but these errors were encountered:
E.g. I managed to play through the Knative demo with minikube on my local machine, but broke at this point (because on minikube the istio setup is different, e.g. doesn't use a loadbalancer).
I think we can be much more flexible here and need to detect the api gateway in use, and react flexibly depending on the context.
This is related to serverless/serverless-knative#2 but there are code changes required in both repos to fix this.
Not all Knative installations use Istio and even for the ones that do not all of them use the istio-ingressgateway service name, the istio-system namespace, nor do all of them give the Istio ingressgateway a public IP.
The text was updated successfully, but these errors were encountered: