atlassian / escalator

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

Min_nodes & Max_nodes out of sync. #145

Closed skydiator closed 5 years ago

skydiator commented 5 years ago

Hi,

During our testing, the Min_nodes & Max_nodes can be out of sync if the ASG gets updated via the AWS console or through API.

Steps to reproduce:

  1. Provision Escalator with auto discovery.
  2. Go to AWS console change the min nodes setting.
  3. The value for Min_nodes & Max_nodes seems to be always same as the Controller first initialized.

I've created a PR to address this issue: 144

Cheers, Steve

Jacobious52 commented 5 years ago

Closed by PR #144