kubernetes-sigs / karpenter

Karpenter is a Kubernetes Node Autoscaler built for flexibility, performance, and simplicity.
Apache License 2.0
559 stars 185 forks source link

Ability to configure rate-limit options for nodeclaim reconciles #1717

Open liafizan opened 2 hours ago

liafizan commented 2 hours ago

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

k8s-ci-robot commented 2 hours ago

This issue is currently awaiting triage.

If Karpenter contributors determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.