-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nginx ingress - Incorrect logging IP #334
Comments
@ese this is a known issue. This will be resolved in the next version |
I'm not sure this fixed all client source ip problems. In 0.8.3 |
+1 |
Looking forward to a new release including #675, which should fix this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Upgrade to nginx-ingress from 0.8.3 to 0.9.0-beta.2 stop to logging correctly IPs and start to log all like if it come from localhost
log before upgrade (nginx-controller 0.8.3):
log after (nginx-controller 0.9.0-beta.2)
Nginx controller behind ELB exposed with a service using
service.beta.kubernetes.io/aws-load-balancer-proxy-protocol: '*'
annotation andtype: LoadBalancer
Configured with
use-proxy-protocol: "true"
The text was updated successfully, but these errors were encountered: