You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 24, 2019. It is now read-only.
Is it possible to use this to scale the nodes down to 0, then back up again? I did some testing and got the cluster down to 0, but then it just stayed there, even when there were pods queued for scheduling. Am I doing something else wrong, or will this just not come up from 0?
The text was updated successfully, but these errors were encountered:
@Y-Less you are right, the autoscaler only works if at least one node exists. Reason for this is that it iterates over all nodes and only considers these ASGs, i.e. if no node to iterate over => no ASG to set capacity. This could probably be fixed by changing the logic and getting the ASG name from some static configuration or similar (I would want to avoid that).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is it possible to use this to scale the nodes down to 0, then back up again? I did some testing and got the cluster down to 0, but then it just stayed there, even when there were pods queued for scheduling. Am I doing something else wrong, or will this just not come up from 0?
The text was updated successfully, but these errors were encountered: