atlassian / escalator

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

Ensure all node removal and taint log messages contain nodegroup fields #223

Closed hittingray closed 1 year ago

hittingray commented 1 year ago

Just a small PR which adds the node groups to logs whenever a taint is added or a nodes were sent for deletion during scale down

Considerations: I thought about changing the actual log messages, but opted not to, as I realised it might break some field extractions from messages (I don't know if anyone is doing this, but a possibility)