giantswarm / aws-operator

Manages Kubernetes clusters running on AWS (before Cluster API)

Home Page:https://www.giantswarm.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow scaling down worker nodes

rossf7 opened this issue · comments

Towards giantswarm/giantswarm#1461

Currently, the operator supports scaling up worker nodes. We also want to implement scaling down. For now the nodes to be shutdown will be chosen by the autoscaling group. Draining nodes before shutdown will come later.