-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem description
Hi, I noticed that for "stackit_ske_cluster (Resource)" in the "maintenance" schema, you cannot specify a time zone. That would be really good, as otherwise it is not always very clear and can cause problems in countries like Germany with the time change.
Proposed solution
The option already exists for the "hibernation" schema. This could possibly be adopted. I added a example for the maintenance_schedule with a extra string from the "hibernation" schema. That would make things so much clearer.
maintenance_schedule = {
timezone = "Europe/Berlin" # new parameter
enable_kubernetes_version_updates = true
enable_machine_image_version_updates = true
start = "01:00:00Z"
end = "02:00:00Z"
}
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request