Allow limiting the number of nodegroups created in parallel
cPu1 opened this issue · 2 comments
cPu1 commented
When creating a set of nodegroups via a config file, eksctl creates all specified nodegroups in parallel. This can result in throttling errors if a large number of nodegroups are being created.
eksctl should support a nodegroup-parallelism
option for create cluster
and create nodegroup
to allow limiting the parallelism.
github-actions commented
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.