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

Reduce memory requirements of operators #579

Open
2 tasks
razvan opened this issue May 6, 2024 · 0 comments
Open
2 tasks

Reduce memory requirements of operators #579

razvan opened this issue May 6, 2024 · 0 comments
Assignees

Comments

@razvan
Copy link
Member

razvan commented May 6, 2024

Description

By default, SDP operators watch all resources of certain types available in a K8S cluster (Namespaces, Secrets, ConfigMaps, etc.)

This is inefficient and unnecessary. Installations on "big" clusters with many resources face problems stemming from the operators being OOMKilled because of exaggerated memory requirements.

Fix this by only watching the resources relevant to stacklets.

Acceptance criteria

  • Watch only necessary/labeled resources
  • Watch only required metadata of the resources
@razvan razvan self-assigned this May 6, 2024
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

No branches or pull requests

1 participant