-
Notifications
You must be signed in to change notification settings - Fork 317
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
[Feature] Automatic Node Image Upgrade for node versions #1486
Comments
This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs within 15 days of this comment. |
@palma21 Hi, is there any documentation available on how to enable / use this? I've only come across the Github Actions documentation which is a different solution from this I assume? |
"--auto-upgrade-channel node-image" is a new parameter in the aks preview cli |
I have also registered the following preview feature (not sure if that is still required since it is public preview now). |
I had to do |
@pietervincken @denniszielke the docs don't state anything about the nodeimagepreview, apparently its enough just to supply the node-image. i think this was recent change in the docs |
@palma21 Is this GA? I don't get any results for the below command However when I do As per the GH project, this is still in public preview. |
It's still in preview, will be GAing soon. |
When I set the upgrade channel as node image It returns "autoUpgradeProfile": { I've registered the AutoUpdatePreview and the NodeImageUpgradePreview |
When this feature would be GA? Soon means in days or weeks or months or years? |
Are the upgrade channels inherited? i.e. if you specify We'd like both |
@damienpontifex #2429 is tracking that specific case seeing as the auto-upgrade node-image and aks are so close to GA having it seperate seems prudent. |
@siegenthalerroger auto upgrade is now GA according to latest release https://github.com/Azure/AKS/releases/tag/2021-11-11 It just surprised me that this wasn't in the feature prior. Seems weird that I'd want say |
@damienpontifex yes it's GA now, however I believe the behaviour is still such that one must choose between node-image upgrades (weekly) or the k8s upgrades. Unless the documentation says something else that would be my assumption (and to the best of my knowledge this is the case). |
@siegenthalerroger the node-image option will update only the OS image and patch/stable/rapid will update both OS+K8S |
@naioja yes patch/stable/rapid will update both, however it won't be weekly right? Rather the node-image will only get updated when a k8s update triggers the nodes to update... |
GA - closing Additional discussions on cumulative in #2429 |
Providing an opt-in feature for Automated Node Upgrade
Automating the Node Upgrade feature ->#893
https://docs.microsoft.com/en-us/azure/aks/upgrade-cluster#set-auto-upgrade-channel
The text was updated successfully, but these errors were encountered: