Ruben
Ruben
Hi, when I check the Traefik LB it stated: ``` externalTrafficPolicy: Cluster ```
No I actually do want the see client ip and not the ip's in between. Aha i will test it with setting it to local then.
I tried to do the ``` externalTrafficPolicy: Local ``` But then only 1 node is healthy on the hw load balancer. Because it will not forward traffic to the other...
@tanandy thnx! I think that this indeed solves it. I only see my own ip now. Stupid, since I had this annotation for NGINX before aswel 🙈.
Number 2 isn't needed, since it then breaks the LB. I guess that would only work if Traefik runs as a DaemonSet. Edit i was to soon. The problem stil...
Well if I do that, 2 of the 3 nodes in the LB pool will show unhealthy.
Wel I think it might be due to the health checks. These are done on the node ports of the Traefik container on every node in the cluster. But if...
haha I just wanted to paste the same link to the article! :) So I think I have to deal with the fact that this is a problem that can't...
yes indeed, or it should be set to the kind DaemonSet maybe? But iam not sure if that's possible with this helm chart options.
A DaemonSet ensures that all (or some) Nodes run a copy of a Pod. So it will make sure every node has at least one Traefik container if I am...