-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Set node external IP for azure node when disabling UseInstanceMetadata #60959
Conversation
/sig azure |
/kind bug |
@feiskyer if it's a bug, is there a bug description? |
@andyzhangx Yep, forgot to include it. It fixes #60958. |
While the code is good to go (specially in case of current node). I am not sure if we should assign public/external IPs to nodes. Do we assign public IPs to nodes? |
acs-engine or aks won't do this. It determines to users. If users assigned a public IP, then it should be included in node's addresses (we have already done this with UseInstanceMetadata=true). |
That is correct. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: feiskyer, khenidak The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Added to v1.10 milestone since it is a bug fix. cc @jdumars |
/status approved-for-milestone |
[MILESTONENOTIFIER] Milestone Pull Request: Up-to-date for process Pull Request Labels
|
/test all [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions here. |
Removing label |
What this PR does / why we need it:
This PR sets node external IP for azure node disabling UseInstanceMetadata.
It also adds a check of whether it is running locally when UseInstanceMetadata.
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 #60958
Special notes for your reviewer:
Release note: