How to deploy EKS Cluster-Autoscaler with more than one autoscaling group How to deploy EKS Cluster-Autoscaler with more than one autoscaling group kubernetes kubernetes

How to deploy EKS Cluster-Autoscaler with more than one autoscaling group


You can just add another line with a second nodegroup, e.g.

command:  - ./cluster-autoscaler  - --v=4  - --stderrthreshold=info  - --cloud-provider=aws  - --skip-nodes-with-local-storage=false  - --nodes=2:8:eksctl-eksworkshop-eksctl-nodegroup-0-NodeGroup-SQG8QDVSR73G  - --nodes=2:8:NodeGroup2

See this example here.