-
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
Fixes kubernetes/kubeadm#347: empty node name when joining nodes with kubeadm #49825
Fixes kubernetes/kubeadm#347: empty node name when joining nodes with kubeadm #49825
Conversation
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://github.com/kubernetes/kubernetes/wiki/CLA-FAQ to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Hi @erhudy. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/assign @luxas |
/ok-to-test Thanks @erhudy! /assign @timothysc |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: erhudy, luxas Associated issue: 347 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 |
This PR replaces #49073 |
/test pull-kubernetes-verify |
Node name discovery failed on `kubeadm join`. If a node name is not explicitly provided, it will be looked up.
/retest |
/retest |
/retest |
/retest Review the full test history for this PR. |
/test pull-kubernetes-e2e-gce-etcd3 |
/retest |
1 similar comment
/retest |
/retest |
1 similar comment
/retest |
Automatic merge from submit-queue |
…upstream-release-1.7 Automatic merge from submit-queue Automated cherry pick of #49825 Cherry pick of #49825 on release-1.7. #49825: Fixes kubernetes/kubeadm#347
Commit found in the "release-1.7" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
Node name discovery failed on
kubeadm join
. If a node nameis not explicitly provided, it will be looked up.
What this PR does / why we need it:
kubeadm join
fails because the preflight checks always see an empty node name. This corrects that issue.Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes kubernetes/kubeadm#347Special notes for your reviewer:
Release note: