aws-eks-asg-rolling-update-handler
aws-eks-asg-rolling-update-handler copied to clipboard
Ability to roll nodes at a specific time range
Describe the feature request
It will allow us to define an off-hour time range and only roll nodes during that time. e.g. HANDLER_START_HOUR, HANDLER_STOP_HOUR
== from HANDLER_START_HOUR to HANDLER_STOP_HOUR == it should do what it currently does
== from HANDLER_STOP_HOUR to HANDLER_START_HOUR == it should not cordon OR drain any node
Why do you personally want this feature to be implemented?
I don't have to wake up at night to merge my PR and/OR trigger the pipeline to change the template and kick off asg-rolling-update-handler :)
How long have you been using this project?
6 months
Additional information
This is an amazing project!!! Thank you!!!
It's not a bad idea, but you could use something like a CronJob with activeDeadlineSeconds
configured instead if you don't want the application to run outside of business hours.