-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
proxy/userspace: honor listen IP address as host IP if given #48613
proxy/userspace: honor listen IP address as host IP if given #48613
Conversation
Allows the proxier to be used on an interface that's not the default route, otherwise hostIP gets set to the default route interface even if that's not what the user intended. If listen IP isn't given, falls back to previous behavior.
/test pull-kubernetes-federation-e2e-gce issue #48623 |
This needs a release note |
/approve no-issue |
@thockin is there a way to figure out why the GCE federation tests are failing? No artifacts get downloaded so it's pretty hard to see why the gce-federation-up script exits. |
Removing do-not-merge now that there is a release note and label. |
/retest noted that the federation tests were flaky around this time period |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dcbw, pmichali, thockin Associated issue requirement bypassed by: thockin 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 |
/test pull-kubernetes-federation-e2e-gce
|
/test pull-kubernetes-e2e-kops-aws |
/test pull-kubernetes-e2e-kops-aws issue #48780 |
Automatic merge from submit-queue (batch tested with PRs 47232, 48625, 48613, 48567, 39173) |
Allows the proxier to be used on an interface that's not the default route,
otherwise hostIP gets set to the default route interface even if that's
not what the user intended.
If listen IP isn't given, falls back to previous behavior.
@kubernetes/sig-network-misc @thockin @wojtek-t