https://flyte.org logo
#ask-the-community
Title
# ask-the-community
l

Laura Lin

10/19/2022, 10:10 PM
How do you scale up nodes inside a EKS cluster. If I set my desired + min to 1 and then I spawn a bunch of jobs, shouldn't I expect it to create new nodes if I don't hit the max node? But the default auto scaling group doesn't seem to be doing that. Is there something in the helm chart that I should change for that?
k

Ketan (kumare3)

10/19/2022, 10:11 PM
this is not Flyte or helm. This is AWS EKS
you will have to setup an autoscaler
check out - docs about our recommendation - Karpenter
l

Laura Lin

10/19/2022, 10:18 PM
ok, thanks. will give it a try 🙏
15 Views