This message was deleted.
# k3s
a
This message was deleted.
c
this sounds like an issue with ingress-nginx, not k3s. I would recommend taking your question to the ingress-nginx community.
h
I was guessing its due to ServiceLB ?
the same setup on a cloud provider with their own load balancer works okay
c
I don’t see how that would change anything, servicelb just maps host ports to the service using iptables, it doesn’t do anything at layer 7.
and you’re just changing the ingress-nginx config, not anything else that would affect kubernetes or servicelb
h
Okay, thank you!
c
I suspect that you’re enabling proxy-protocol support globally for ingress-nginx, so anything that doesn’t support that breaks. You probably want to figure out how to turn that on only for that one service?
h
Indeed. As I see the generated nginx.conf contains proxy_protocol set to each service. This might be the case. Thank you for a hint!