-
Notifications
You must be signed in to change notification settings - Fork 109
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
Waited due to client-side throttling, not priority and fairness in vso logs #1000
Comments
I also tried using the newer helm chart version
|
I see there is an existing PR related to this issue here. Not sure if it is the best solution to the throttling issue but It would be great to see if the PR is merged and it fixes this issue. |
@kamalverma1 We tested this PR and together with adjusting it totally solved an issue. Recommendation firstly set QPS to -1 and look on metrics to properly adjust both variables. |
Describe the bug
I have created about
2000
Vaultstaticsecrets
in a test environment for testing a production scenerio where we would be adding a similar amount ofVaultstaticsecrets
. However, after creating the 2000Vaultstaticsecrets
, the k8ssecrets
were created as expected but the VSOmanager
pod continuously showsclient-side throttling
logs. I could not find any relevent configuration to fix this.So, I wanted to know how to fix this issue and prevent any issue due to this in production.
Here is my
Vaultstaticsecret
yaml config:vault-secrets-operator logs:
To Reproduce
Steps to reproduce the behavior:
Any custom resources used for your secrets.
VaultConnection
andVaultAuth
for connection to vault.VSOhelmchart resources in values.yaml:
Application deployment:
Other useful info to include:
kubectl describe deployment <app>
andkubectl describe <vso-custom-resource> <app>
output.Expected behavior
A clear and concise description of what you expected to happen.
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: