-
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
Add nginx status page listen address to parameters #1320
Comments
@danielqsj @aledbf I was really surprised to hit this issue when testing a upgrade from beta.11 to beta.12. |
@arjanschaaf @lkirill I will change the IP address binding.
If you are running with hostNetwork: true then you are exposing the stats without any restriction. |
In PR #1212 (d2546d0#diff-b7803798d356c6c17a90d93cc58bdbaaL353) port binding was replaced with
127.0.0.1:{{ $all.ListenPorts.Status }}
in nginx.tmpl. We've used it to monitor Ingress Controller from outside of the container using http://node_hostname:18080/nginx_status.Maybe add this address to parameters in ConfigMap or something?
The text was updated successfully, but these errors were encountered: