-
Notifications
You must be signed in to change notification settings - Fork 40.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
Explicitly set route_localnet on nodes & masters. #55004
Conversation
Allow for loopback addresses to be used for routing, specifically to enable metadata proxy on master nodes.
/assign @dnardo @mikedanese |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dnardo, ihmccreery, mikedanese Associated issue: 8867 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 |
Automatic merge from submit-queue (batch tested with PRs 55004, 54957). If you want to cherry-pick this change to another branch, please follow the instructions here. |
@cjcullen Can you please propose that this gets cherry picked into 1.8 and 1.7? I don't have permissions to do so. :( |
@ihmccreery @cjcullen - I'm fine with cherrypicking this, but please add a user-friendly release note describing what this is fixing to this PR. |
Allow for loopback addresses to be used for routing, specifically to
enable metadata proxy on master nodes.
What this PR does / why we need it: Enables metadata proxy (#8867) to work on the master. This is already being done on the nodes by kube-proxy, but this makes it explicit, and sets it on the master where kube-proxy doesn't run. Thanks to @dnardo for figuring this out!
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged): fixes #54736Fixes #
Special notes for your reviewer:
Release note: