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

Memory leak: memory usage slowly creeps upwards even if not doing anything #100

Open
corneliusroemer opened this issue May 14, 2024 · 0 comments
Labels

Comments

@corneliusroemer
Copy link

Describe the bug

The secret generator appears to have a memory leak of some sort. If I limit its max memory to 200MB it dies every once in a while, even if I'm not generating any secrets whatsoever.

Without limit, it grows to up to 800MB or more - it's unclear for what reason it needs so much memory.

To Reproduce

Install into empty cluster, observe memory usage with kubectl top

Expected behavior

Memory usage is consistently low and doesn't grow to 800MB

Environment:

  • Kubernetes version: 1.29
  • kubernetes-secret-generator version: latest (installed recently via helm)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant