How do you scale up nodes inside a EKS cluster. If...
# ask-the-community
l
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
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
ok, thanks. will give it a try 🙏
180 Views