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

Add Kubernetes Client QPS and Burst Configuration #1013

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

jaireddjawed
Copy link

@jaireddjawed jaireddjawed commented Feb 12, 2025

In clusters with many VaultStaticSecrets, the default Kubernetes client QPS of 5 and Burst of 10 is insufficient, leading it to throttle its communications with the Kubernetes API. This can cause brand-new deployments to roll out very slowly as their pods wait for their Kubernetes secrets to be created from their VaultStaticSecrets.

This PR addresses this by allowing users to change the Kubernetes client QPS and Burst values through environment variables/cli arguments and adds them as chart values.

@jaireddjawed jaireddjawed self-assigned this Feb 12, 2025
@jaireddjawed jaireddjawed force-pushed the VAULT-33351/k8s-qps-burst-config branch from 768eeb8 to 7e3f6fd Compare February 12, 2025 10:27
@jaireddjawed jaireddjawed marked this pull request as ready for review February 12, 2025 18:50
@jaireddjawed jaireddjawed requested a review from a team as a code owner February 12, 2025 18:50
@jaireddjawed jaireddjawed requested a review from benashz February 12, 2025 18:50
@jaireddjawed jaireddjawed requested a review from benashz February 20, 2025 17:45
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.

2 participants