-
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
Add NodeInternalIP as a fallback to federation api-server nodeport service #46960
Conversation
LGTM. In some non-cloud environment, nodes might not have /cc @madhusudancs @kubernetes/sig-federation-pr-reviews |
@madhusudancs ping I consider it as a bugfix for 1.7. |
/assign @madhusudancs |
looks good to me too. |
Given the trivial nature of the fix I don't think an issue should be required. @madhusudancs Bump, if this is going to make 1.7 it will need to be merged asap. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lukaszo, madhusudancs Associated issue: 41243 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 |
@lukaszo I think a release note is suggested here so that users know about the change in behavior. |
@marun done |
@lukaszo I think the release note needs to be paraphrased a little bit. It sounds like a commit log targeted to developers. The target audience for this release note are kubefed users. Can you please phrase it in a way you would like your users to think about this change? Also see - #42092 (comment). |
@madhusudancs what about now? |
@lukaszo How about: |
@madhusudancs perfect, updated :) |
@lukaszo thanks for updating the release note. I have removed the |
@madhusudancs thank you |
/retest |
Automatic merge from submit-queue |
Previously NodeLegacyHostIP was used as a fallback (see #41243) but in 1.7 it was removed (#44830)
Now clusters where nodes have not set ExternalIP can not be used by kubefed to setup federation.
cc @shashidharatd