Skip to content
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

Disable OS updates during xmas #968

Merged
merged 2 commits into from
Dec 18, 2024
Merged

Disable OS updates during xmas #968

merged 2 commits into from
Dec 18, 2024

Conversation

jknipper
Copy link
Collaborator

No description provided.

@@ -157,7 +158,8 @@ func (r *KlusterReconciler) Do() error {

update := r.Lister.Updating()
replace := r.Lister.Replace()
reboot := r.Lister.Reboot()
// reboot := r.Lister.Reboot()
reboot := make([]*core_v1.Node, 0) // disable reboots for now
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't it be nicer to check that date? 🫣

@jknipper jknipper merged commit 5b41e45 into master Dec 18, 2024
2 checks passed
@jknipper jknipper deleted the no_os_update_for_xmas branch December 18, 2024 14:54
jknipper added a commit that referenced this pull request Jan 6, 2025
jknipper added a commit that referenced this pull request Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants