atlassian / escalator

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

#160: Check for NodeAffinityOperator #170

Closed Jacobious52 closed 5 years ago

Jacobious52 commented 5 years ago

Closes #160

Fixes bug where Escalator would not check for the NodeAffinityOperator and would match "NotIn", etc.

Escalator will now only the "In" operator, as it is the only one that semantically makes sense with Escalator's use case right now

Also cleanup test nodegroup names and some typos