-
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
Easy, automated upgrades with the kubeadm upgrade
command
#296
Comments
@lukemarsden the feature freeze for 1.7 has already gone (on Monday, May 1). |
@idvoretskyi yes, sorry – I've been slammed after DockerCon. I've been chatting to @calebamiles who said it might be possible to make an exception for this, please 🙏 |
I think this work was already scheduled by the SIG, @idvoretskyi the issue was simply filed late which I don't think is a huge deal. |
Yeah, this has been planned for a while, thanks @calebamiles! |
@lukemarsden @luxas sounds good to me, thanks. |
Making a call on this – we're not going to make it for 1.7. Let's bump this to 1.8. Sorry. cc @idvoretskyi |
@lukemarsden is there a WIP fork or issue on this somewhere? Just wondering what the current state is. |
@timothysc nope, no code yet. |
For subscribers of this thread, I've now written up kind of a new proposal for how to achieve this. see here: https://docs.google.com/document/d/1PRrC2tvB-p7sotIA5rnHy5WAOGdJJOIXPPv23hUFGrY Feedback welcome, coding is expected to start next week-ish. |
This will be beta in v1.8, our alpha was the kubeadm v1.6-v1.7 upgrade route: https://kubernetes.io/docs/tasks/administer-cluster/kubeadm-upgrade-1-7/ The upgrades proposal in markdown format: kubernetes/community#825 I also updated the first comment to correctly reflect the status of this feature. |
@timothysc @luxas If so, can you please ensure the feature is up-to-date with the appropriate:
cc @idvoretskyi |
@justaugustus this feature won't move to GA yet, we're improving it incrementally in the beta state. /lifecycle frozen |
/remove-lifecycle frozen |
This will be graduated at the same time kubeadm itself goes GA: #11 |
This feature current has no milestone, so we'd like to check in and see if there are any plans for this in Kubernetes 1.12. If so, please ensure that this issue is up-to-date with ALL of the following information:
Set the following:
Once this feature is appropriately updated, please explicitly ping @justaugustus, @kacole2, @robertsandoval, @rajendar38 to note that it is ready to be included in the Features Tracking Spreadsheet for Kubernetes 1.12. Please note that Features Freeze is tomorrow, July 31st, after which any incomplete Feature issues will require an Exception request to be accepted into the milestone.In addition, please be aware of the following relevant deadlines:
Please make sure all PRs for features have relevant release notes included as well. Happy shipping! P.S. This was sent via automation |
/kind feature |
Tracking as GA for 1.12 |
Hey there! @lukemarsden I'm the wrangler for the Docs this release. Is there any chance I could have you open up a docs PR against the release-1.12 branch as a placeholder? That gives us more confidence in the feature shipping in this release and gives me something to work with when we start doing reviews/edits. Thanks! If this feature does not require docs, could you please update the features tracking spreadsheet to reflect it? |
@lukemarsden, @luxas @timothysc -- |
for this one, upgrades are already useful and the docs are in place for 1.11: there are still some question marks in terms of implementation and we have some tracking issues in the KEP for this seems to be still in flight: also, we don't have placeholder docs for 1.12, yet. |
We're aiming for GA in 1.13 at this point. |
Thanks for the update, @timothysc ! |
@timothysc i'm curious if this should just be rolled into #11 and tracked there since it's all going GA at the same time. Or is it better to track kubeadm features separately? Are kubeadm upgrades still targeting 1.13? |
Closing in favor of #11 . We are in the final stages now of moving towards GA. |
Feature Description
kubeadm upgrade
, allows you to automatically upgrade a cluster created bykubeadm
The text was updated successfully, but these errors were encountered: