atlassian / escalator

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

#168: Untaint first when less than min nodes #169

Closed Jacobious52 closed 4 years ago

Jacobious52 commented 4 years ago

Closes #168

Pass through tainted and untainted nodes to to scale up. Fixes the edge cases where min nodes gets adjusted live in the cloud provider and a scale up is needed with tainted nodes available.

Also adds test for edge case