-
Notifications
You must be signed in to change notification settings - Fork 110
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
VSO is getting OOMKilled on OpenShift cluster #973
Comments
This seems to be related to AppRole authentication failures. |
Hi @erzhan46, that level of memory usage is unexpected. Are the AppRole authentication failures expected, and unique to this cluster? How many and what kind of secrets are being synced? Are there other auth methods besides AppRole in use? |
Hi @tvoran We fixed the issue with AppRole authentication - however memory problem still persist. {"level":"info","ts":"2024-11-21T16:34:02Z","msg":"Starting EventSource","controller":"secrettransformation","controllerGroup":"secrets.hashicorp.com","controllerKind":"SecretTransformation","source":"kind source: *v1beta1.SecretTransformation"} |
There is just a few StaticSecrets synced. Couple SecretsTransformations. |
Hi @erzhan46, The error you reported in #973 (comment) is possibly related to the VSO CRDs being out of sync. As of VSO v0.8.0, the CRDs are automatically updated when the VSO Helm release is upgraded docs. If you aren't ready to upgrade, would you mind following the instructions here for the version you are currently running. Thanks, Ben |
@benashz - we upgraded VSO on all nonprod clusters to 0.9.0 - it's continue to getting OOMKilled on one of them. |
Few of these clusters have VSO pod deployed with 'default' VaultConnection CR only. There are no other hashicorp.com CR's there (VaultAuth, VaultStaticSecret, etc.) |
Describe the bug
VSO recently started to get OOMKilled on one of the OpenShift clusters (v.4.14.37).
Increasing memory limits to 2Gi and trying to put VSO to guaranteed QOS didn't help.
There are several other OpenShift clusters where VSO runs just fine with default resource specs.
To Reproduce
Expected behavior
VSO should run using default resource specs.
Environment
Helm chart 0.7.1
Additional context
This seems to be the same issue experienced by others recently.
The text was updated successfully, but these errors were encountered: