Open hsmade opened 5 months ago
might be related to https://github.com/hashicorp/nomad/issues/13549
Hi @hsmade and thanks for raising this issue. It looks like we do not check a nodes eligibility when filtering nodes which is used by the Nomad APM to calculate resource totals. I think adding a conditional here, to ensure the node is "eligible" would resolve this problem.
While I have 3 VMs in my asg, with each 2G of memory. I do have a lot of clients in 'ready' state according to Nomad, but these are all no longer there and are ineligible.
Because of this, the autoscaler tries to scale in even more, until it hits my min-limit.