-
Notifications
You must be signed in to change notification settings - Fork 494
Feature request: Support timezones in budgets #3074
Copy link
Copy link
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.priority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.priority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
What problem are you trying to solve?
#943 made the deliberate decision to enforce UTC on all budget schedules. This is fine (since you can calculate to your specific timezone), until daylight savings time comes into play (depending on your region).
In our use case, we want to avoid node consolidation during working hours, since not all our workload is completely stateless. Currently, we either have to write suboptimal schedules, or we have to edit the schedules twice a year.
There should be a way to explicitly set the timezone. The original issue suggests adding a
timezonefield to the budgets; for our use case we would be happy if we could set it on the controller directly or to explicitly opt into using the nodes timezone.How important is this feature to you?
Due to the way budgets currently work backwards to our use case (restricting disruptions instead of allowing them (ref: #1939 (comment))), this makes dealing with budgets even more complex, so we'd really like to see this.