Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make throttling params QPS and Burst configurable #323

Merged
merged 13 commits into from
Mar 18, 2024

Conversation

benjaminkz
Copy link
Contributor

Issue #, if available:

Description of changes:

Kubernetes Go client uses a default value of 5 and 10 for QPS and burst. As a result, our customers may experience client-side rate limiting. This pull request makes them configurable to our customers.

Related issues: #136

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@benjaminkz benjaminkz requested a review from a team as a code owner March 13, 2024 00:01
@codecov-commenter
Copy link

codecov-commenter commented Mar 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 53.15%. Comparing base (1257240) to head (0aa31b8).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #323   +/-   ##
=======================================
  Coverage   53.15%   53.15%           
=======================================
  Files           8        8           
  Lines         730      730           
=======================================
  Hits          388      388           
  Misses        332      332           
  Partials       10       10           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
@benjaminkz benjaminkz merged commit 03da61c into main Mar 18, 2024
2 checks passed
@benjaminkz benjaminkz deleted the kai-configurable-throttling branch March 18, 2024 23:24
nlamirault added a commit to nlamirault/secrets-store-csi-driver-provider-aws that referenced this pull request Jun 10, 2024
* main: (41 commits)
  Increment helm chart version number
  Update image tag (aws#355)
  Update to Go 1.21 (aws#353)
  Bump golang.org/x/net from 0.20.0 to 0.23.0 (aws#341)
  Helm: fix environment variables location (aws#332)
  Update the version of the image (aws#331)
  Fix support for non-default kubelet root directory (aws#330)
  Increase the version to 0.3.8
  Make throttling params QPS and Burst configurable (aws#323)
  Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (aws#325)
  Add support for non-default kubelet root directory (aws#322)
  Allow users to configure the underlying AWS SDK to enable FIPS endpoint (aws#324)
  STS VPC endpoint for private clusters (aws#319)
  Update to secrets-store.csi.x-k8s.io/v1 (aws#317)
  Update CODEOWNERS
  Update helm chart to version 0.3.6 (aws#309)
  Move to Go 1.20 (aws#303)
  Version bump (aws#297)
  Update dependencies (aws#296)
  Clarify requirement for EC2 on EKS (aws#275)
  ...

Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants