-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Description
I'm running Kubernetes V1.6.4, CA V0.6.0 with autodiscovery of ASGs on AWS. If I change the maximum or minimum number of nodes in the AWS console, these changes are not reflected in the AutoScaler's config.
I chose to use the autodiscovery as I thought it would enable me to keep a single source of truth for ASG limits.
If I decrease the maximum number of nodes in AWS, CA can try to scale up but will throw an error when aws declines the request.
If I increase the maximum number of nodes in AWS, because the cluster has run out of resource, CA doesn't notice this and won't scale up even though there is capacity to
Given that AWS is constantly being polled for updates to the ASG, shouldn't changes in max/min number of nodes be updated?
I'm not sure whether this behaviour has been implemented and isn't working or whether this would be classed as a feature request but it definitely seems like the intuitive behaviour of the autodiscovery