Hi all, I'm struggling getting the helm rke2-ingre...
# general
i
Hi all, I'm struggling getting the helm rke2-ingress-controller forward ssh from an external load balancer. So I have an existing nginx rke2-ingress-controller, added the --tcp-services-configmap parameter (retrospectively) pointing to the config map specifies which custom port to send to pod:22 and it "seems" to be working, except that it doesn't. When I try ssh on the worker node that has the ingress-controller container running and use the IP of the ingress-controller container everything works. Also, it only works on the port specified in the configmap, all other ports get an access denied. However, trying to ssh from another host with the IP address of the worker node and the custom port doesn't work ... and I can't get my head around it why. Any hints? Do I have to register the custom port somewhere else, too, and not just in the tcp config map of the rke2-ingress-controller?