-
Notifications
You must be signed in to change notification settings - Fork 30
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
[Maintenance Windows] Skip module upgrades during maintenance window #2101
Open
7 tasks
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
Comments
lindnerby
added
the
kind/feature
Categorizes issue or PR as related to a new feature.
label
Dec 9, 2024
This comment was marked as resolved.
This comment was marked as resolved.
This was referenced Jan 7, 2025
This comment has been minimized.
This comment has been minimized.
For the E2E test, we can add the maintenance windows component to the watcher_local_test Kustomization profile by using the command |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Depends on: #2163
Once KLM can read maintenance window policies and have them cached, it needs to respect these for modules requiring downtime. Overall, the following cases need to be covered:
Module.RequiresDowntime: FALSE
,Kyma.UseMaintenanceWindows: FALSE
=> module updated immediatelyModule.RequiresDowntime: TRUE
,Kyma.UseMaintenanceWindows: FALSE
=> module updated immediatelyModule.RequiresDowntime: TRUE
,Kyma.UseMaintenanceWindows: TRUE
=> module updated within next window, in the meantime reconciled in its currently installed versionModule.RequiresDowntime: FALSE
,Kyma.UseMaintenanceWindows: TRUE
=> module updated immediatelyAC
Related issue
The text was updated successfully, but these errors were encountered: