aws-eks-asg-rolling-update-handler icon indicating copy to clipboard operation
aws-eks-asg-rolling-update-handler copied to clipboard

Ability to roll nodes at a specific time range

Open zaafar opened this issue 1 year ago • 1 comments

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!!!

zaafar avatar May 31 '23 22:05 zaafar

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.

TwiN avatar Jun 06 '23 03:06 TwiN