Hey! I'm running an echo server through ingress an...
# k3s
d
Hey! I'm running an echo server through ingress and my x-real-ip header is pointing to the servicelb ip, I've tried running:
Copy code
kubectl patch svc -n kube-system \
  -p '{"spec":{"externalTrafficPolicy":"Local"}}' traefik
But to no avail, the same is there. I'm running traefik 3 and installed k3s like a month ago, so pretty much latest version. Anyone know how to get the genuine client ip? I'm trying to ip restrict a specific deployment through traefik middleware