-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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: retroactively update old KEPs #3150
kubeadm: retroactively update old KEPs #3150
Conversation
The work on some of the these enhancements completed a long time ago. - 2500, 2502 (HA features) have been in beta for ~7 releases and can be considered GA without much changes other than bug fixes. Separate tracking is already done for future improvements that may need separate KEPs (e.g. learner mode for etcd). - 2051 was about moving the kubeadm phases to beta. "upgrade apply" still does not have phases, so a separate KEP might be required TBD. - 2506 the work completed in 1.22, when ClusterStatus was removed from v1beta3
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: neolit123 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 |
That's a nice cleanup |
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
/hold cancel |
The work on some of the these enhancements completed a long
time ago. Perform the following cleanup:
and can be considered GA without much changes other than bug fixes.
Separate tracking is already done for future improvements
that may need separate KEPs (e.g. learner mode for etcd). Promote them to GA and close.
still does not have phases, so a separate KEP might be required TBD. Promote the old KEP as Beta / implemented.
from v1beta3. Promote to GA.
clusterstatus: kubernetes/kubeadm#2290
phases for "apply": kubernetes/kubeadm#1318
ha issues:
learner mode: kubernetes/kubeadm#1793
closes kubernetes/kubeadm#2081
closes #357
closes #2500
closes #2502