atlassian / escalator

Escalator is a batch or job optimized horizontal autoscaler for Kubernetes
Apache License 2.0
662 stars 59 forks source link

Ability to Ignore Marked Nodes without Cordon #184

Closed Jacobious52 closed 4 years ago

Jacobious52 commented 4 years ago

This issue is to add a feature to escalator to ignore nodes with a custom (Condition or annotation) from scale down events. The effect would be nodes can remain uncondoned and attached, but escalator won't delete it. These could also be exempt from tainting.

Something like Condition: EscalatorIgnore

Similar to a soft maintenance mode, where cordon isn't appropriate because the node still should get workloads.