-
Notifications
You must be signed in to change notification settings - Fork 715
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
Enhance kubeadm phase
and graduate to top-level command
#454
Comments
|
@fabriziopandini Can you fix the items mentioned here? |
Ok!
NB. |
@fabriziopandini That LGTM, please send the PR! |
Automatic merge from submit-queue (batch tested with PRs 55233, 55927, 55903, 54867, 55940). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Enhance kubeadm markmaster **What this PR does / why we need it**: This PR is part of the effort for improving kubeadm phases, and more specifically improves `mark-master` phase by implementing a behaviour similar to `kubeadm init`, that is: - dynamically initialise node name if not provided - allow to override with `--node-name` flag or with `--config` Also reference doc for `mark-master` was improved. **Which issue(s) this PR fixes** part of the effort for [#454](kubernetes/kubeadm#454) part of the effort for [#265](kubernetes/kubeadm#265) **Special notes for your reviewer**: Alpha disclaimer aligned to change requested on the website. **Release note**: ```release-note NONE ```
kubeadm phase
in v1.9 and graduate to top-level commandkubeadm phase
and graduate to top-level command
Work on this has been done in v1.9, but it won't make beta quite yet |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fabriziopandini will you have time this cycle to work on this? |
/assign @neolit123 |
close in favor of #454 also the task is almost done now. |
For instance, support
--dry-run
everywhere.@fabriziopandini had also other suggestions:
bootstrap-token all
commandbootstrap-token create
alias that would equaltoken create [flags]
etc. Let's discuss the improvements here, and collect user feedback.
The text was updated successfully, but these errors were encountered: