-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
expose metrics-bind-address configuration for kube-proxy #6472
Comments
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Thanks @gambol99 |
Can you guys please tell me how I can edit or create a new kops cluster with |
For those who still need it, I managed to change the metrics bind address from 127.0.0.1 to 0.0.0.0 by putting the following in my cluster spec:
Then, did a |
@ivnilv Thank you! This worked. |
1. Describe IN DETAIL the feature/behavior/change you would like to see.
We are trying to scrape kube-proxy metrics but unable to do same with KOPS built cluster.
We figured out it is because of default metrics bind address is 127.0.0.1.
As per K8S documentation it is possible to change default bind address to 0.0.0.0.
https://kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/
It seems KOPS does not expose this configuration.
2. Feel free to provide a design supporting your feature request.
It is straightforward as we need to expose metrics-bind-address configuration. I can submit a PR if required.
The text was updated successfully, but these errors were encountered: