Hi, I think I am seeing some new (possibly unexpected) behaviour with ingress.
- I have 3 regions: north, south, central.
- k3s is installed on top of netmaker using flannel (with netmaker as an underlay network).
- k3s runs in north and south (there is a server and a few agents in each region).
- a netmaker ingress-gateway runs in north and south.
- the netmaker ingress-gateway is on a worker node (not on a server).
- a single k3s ingress-controller is deployed to each region.
I found the k3s ingress-controller only works if that pod is on the same host as the netmaker ingress-gateway node.
Is this expected? Am I missing a relay node or something, or is this possibly related to the issue @User mentioned on the netmaker_announcements channel. I am using host networking in my netmaker server docker-compose file.