Ability to configure rate-limit options for nodeclaim reconciles #1717
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Description
What problem are you trying to solve?
For nodeclaim reconciler
we would like to have ability to customize rate limiting configuration.
We have large clusters with a lot of nodeclaims. Assuming a 1000 node cluster, we would have about 1k nodeclaims and we have 1000 concurrent reconciles configured. With the current configuration we would be making a lot of aws api invocations and eventually slowing down our provisioning.
We would like ability to tune this configuration for our large clusters
How important is this feature to you?
Important as we have been requested by AWS to tune these
The text was updated successfully, but these errors were encountered: