atlassian / escalator

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

Adds Node Ignore from Deletion annotation #187

Closed Jacobious52 closed 4 years ago

Jacobious52 commented 4 years ago

Closes #184

Adds the ability to mark a node safe from deletion with an annotation. Annotation key com.atlassian/escalator-ignore Value can be any non empty string. Can be used for reason of ignore.

Adds unit tests for TryRemoveTaintedNodes function

Jacobious52 commented 4 years ago

Updated docs