-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
Make kube-proxy's MetricsBindAddress configurable via flag #48625
Make kube-proxy's MetricsBindAddress configurable via flag #48625
Conversation
/lgtm |
Thanks! /assign @thockin |
/approve |
6d45fd0
to
a4e359a
Compare
Sorry, updated bazel BUILD files. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: MrHohn, ncdc, thockin Associated issue: 48600 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/retest |
3 similar comments
/retest |
/retest |
/retest |
/test pull-kubernetes-e2e-kops-aws |
Automatic merge from submit-queue (batch tested with PRs 47232, 48625, 48613, 48567, 39173) |
…-upstream-release-1.7 Automatic merge from submit-queue Automated cherry pick of #48625 Cherry pick of #48625 on release-1.7. #48625: Make kube-proxy's MetricsBindAddress configurable via flag **Release note**: ```release-note The IP address and port for kube-proxy metrics server is now configurable via flag `--metrics-bind-address` Special notice for kube-proxy in 1.7+ (including 1.7.0): - Healthz server (/healthz) will be served on 0.0.0.0:10256 by default. - Metrics server (/metrics and /proxyMode) will be served on 127.0.0.1:10249 by default. - Metrics server will continue serving /healthz. ```
/release-note |
Automatic merge from submit-queue Add kube-proxy change notice to v1.7.3 release note **What this PR does / why we need it**: Add necessary release note for issue #48600. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #48600 **Special notes for your reviewer**: This is suppose to be in v1.7.3 release note, but turned out I only updated release note on the cherrypick PR (#49799) instead of the original PR (#48625) so nothing got picked up :( /assign @bowei @wojtek-t **Release note**: ```release-note NONE ```
It seems like the reference configuration is missing the |
@alexbrand Thanks for reporting. I opened kubernetes/website#5618 for tracking. |
Awesome! Thanks @MrHohn |
What this PR does / why we need it: From #48600,
MetricsBindAddress
used to be configurable through flag (coupled withHealthzBindAddress
). But this functionality went away after #44968 separated healthz server from metrics server. This PR adds that functionality back.Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged):Special notes for your reviewer:
/assign @ncdc
cc @bowei @r0bj
Release note: