-
Notifications
You must be signed in to change notification settings - Fork 518
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
feat (cluster): [day2-ops] node update configuration #403
Conversation
094ae37
to
2218f2e
Compare
Some explanation: I could not get it to deploy as-is and had to make those two changes in cluster-stamp.bicep Apparently there's a known bug with the configuration of "SecurityPatch & node-image" so we will need to go with "NodeImage & node-image" |
Here's some context on the bug: "Currently, when you set the cluster auto-upgrade channel to node-image, it also automatically sets the node OS auto-upgrade channel to NodeImage. You can't change node OS auto-upgrade channel value if your cluster auto-upgrade channel is node-image. In order to set the node OS auto-upgrade channel value, check the cluster auto-upgrade channel value isn't node-image." I know a handful of other changes were made to support the preview feature SecurityPatch but those may not be necessary now. |
79940cb
to
57b25b1
Compare
@ferantivero Looking good! Can you add some guidance / an example of a maintenance window for the updates? Thanks For reference: |
f2f0a97
to
5a4b3d5
Compare
sure thing @skabou, we added both k8s and os level maint config windows. done | from 1c82e86 |
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.
Approved with some text suggestions
really appreciate all contribs @skabou, accepted them all. |
@ferantivero Really appreciate your work on this! |
Co-authored-by: Jason Bouska <82831332+skabou@users.noreply.github.com>
Co-authored-by: Jason Bouska <82831332+skabou@users.noreply.github.com>
…de OS Level automatically" This reverts commit 2218f2e. this is based on a Node channel known bug: Currently, when you set the cluster auto-upgrade channel to node-image, it also automatically sets the node OS auto-upgrade channel to NodeImage. You can't change node OS auto-upgrade channel value if your cluster auto-upgrade channel is node-image.
Co-authored-by: Jason Bouska <82831332+skabou@users.noreply.github.com>
9754715
to
e99adff
Compare
👍 |
Co-authored-by: Jason Bouska <82831332+skabou@users.noreply.github.com>
🎉 |
securityNodeImage automatic upgradesTested end to end:
# kured is no longer installed. kubectl get all -n cluster-baseline-settings