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
does emissary support networking.k8s.io Ingress resources? I tried to create a basic Ingress along with backend svc/deploy. However, emissary-ingress pod logs don't seem to give something positive. It was throwing warnings like 2 [P19TAEW] WARNING: No active listeners at all; check your Listener and Host configuration. had followed https://www.getambassador.io/docs/emissary/latest/topics/running/ingress-controller
Other ingress controllers usually configure L7 related settings of their dataplane/proxy component via annotations on Ingress resource (e.g. rewrite, retries etc ). Is similar annotation approach followed in this project. or is configuration done exclusively by defining things in CRDs.