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
the documentation in config-istio says the local gateway can be removed if a service mesh is in place:
# A cluster local gateway to allow pods outside of the mesh to access
# Services and Routes not exposing through an ingress. If the users
# do have a service mesh setup, this isn't required and can be removed.
But I don't see how this can be done. If I don't specify a line like that, the default kicks in: local-gateway.knative-serving.knative-local-gateway: "knative-local-gateway.istio-system.svc.cluster.local"
Causing this error message: type: 'Warning' reason: 'InternalError' failed to get Gateway: gateway.networking.istio.io \"knative-local-gateway\" not found
The support for this mesh syntax has been remove in this pull request.
Regards
Joke
The text was updated successfully, but these errors were encountered:
Hi,
the documentation in
config-istio
says the local gateway can be removed if a service mesh is in place:But I don't see how this can be done. If I don't specify a line like that, the default kicks in:
local-gateway.knative-serving.knative-local-gateway: "knative-local-gateway.istio-system.svc.cluster.local"
Causing this error message:
type: 'Warning' reason: 'InternalError' failed to get Gateway: gateway.networking.istio.io \"knative-local-gateway\" not found
The support for this mesh syntax has been remove in this pull request.
Regards
Joke
The text was updated successfully, but these errors were encountered: