kube-aws-autoscaler icon indicating copy to clipboard operation
kube-aws-autoscaler copied to clipboard

Run deployment on master

Open acrosson opened this issue 8 years ago • 1 comments

Is there a way to run this on the master node, rather than a worker? I would prefer not to have an additional worker running if I don't need to. I would like to be able to scale from 0 nodes.

acrosson avatar Jul 24 '17 06:07 acrosson

Yes, you should be able to run this on the master node --- the autoscaler will try to figure out all nodes and ASGs via K8s and AWS API. It does not care where it actually runs.

hjacobs avatar Jul 24 '17 10:07 hjacobs