Skip to content
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

Fix setNodeAddress in combination with cloud providers #36362

Merged
merged 1 commit into from
Nov 7, 2016

Conversation

codablock
Copy link
Contributor

@codablock codablock commented Nov 7, 2016

What this PR does / why we need it:
Fixes a follow-up bug introduced by #36231
The PR missed to update node.Status.Addresses in case the host name was already set by the cloud provider.

fixes #36234


This change is Reviewable

Actually update node.Status.Addresses when the host name was provided by
the cloud provider.
@k8s-ci-robot
Copy link
Contributor

Can a kubernetes member verify that this patch is reasonable to test? If so, please reply with "@k8s-bot ok to test" on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands will still work. Regular contributors should join the org to skip this step.

If you have questions or suggestions related to this bot's behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-github-robot k8s-github-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. release-note-label-needed labels Nov 7, 2016
@justinsb
Copy link
Member

justinsb commented Nov 7, 2016

@k8s-bot ok to test

@justinsb justinsb added lgtm "Looks good to me", indicates that a PR is ready to be merged. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. labels Nov 7, 2016
@justinsb justinsb added this to the v1.5 milestone Nov 7, 2016
@justinsb justinsb added release-note-none Denotes a PR that doesn't merit a release note. and removed release-note-label-needed labels Nov 7, 2016
@k8s-github-robot
Copy link

Automatic merge from submit-queue

@k8s-github-robot k8s-github-robot merged commit 0827444 into kubernetes:master Nov 7, 2016
@codablock codablock deleted the fix_node_addresses branch November 7, 2016 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm "Looks good to me", indicates that a PR is ready to be merged. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. release-note-none Denotes a PR that doesn't merit a release note. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problems with duplicate Node Hostname records
6 participants