-
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
kubeadm: Demote controlplane passthrough flags to phases alpha #59882
kubeadm: Demote controlplane passthrough flags to phases alpha #59882
Conversation
After a discussion in sig cluster lifecycle we agreed that the passthrough flags should live in phases alpha, and not be 1st class flags. Relates to /pull/58080 Closes kubernetes/kubeadm/issues/676
/assign @timothysc |
/cc @kubernetes/sig-cluster-lifecycle-pr-reviews |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wasn't there a flag also added to one of the phases that should also be removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
I'm going to greenlight this and we can fix as a bug any other removals.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kris-nova, timothysc 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 |
/test all [submit-queue is verifying that this PR is safe to merge] |
/retest Review the full test history for this PR. Silence the bot with an |
/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. |
@timothysc should we open an issue about whatever flag needs to be removed? |
After a discussion in sig cluster lifecycle we agreed that the passthrough flags should live in phases alpha, and not be 1st class flags. They already exist in the alpha command, so just removing from here.
What this PR does / why we need it:
We introduced some flags as 1st class flags in #58080 and decided as a sig that the flags should only live in the
alpha
command. This PR removes the flags from theinit
command so they only exist in thealpha
commandWhich issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
relates to /pull/58080
fixes kubernetes/kubeadm/issues/676
Special notes for your reviewer:
This is a cosmetic change, and doesn't alter any functionality of the program, only the avenue in which a user access functionality in the program.
Release note: