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

samba-operator-controller-manager deployment on openshift has minimal hardcoded ressource limits #195

Open
turricum opened this issue May 13, 2022 · 2 comments

Comments

@turricum
Copy link

turricum commented May 13, 2022

oc edit deployment/samba-operator-controller-manager
and then:


       resources:
          limits:
            cpu: 100m
            memory: 100Mi
          requests:
            cpu: 100m
            memory: 20Mi

the results are Out of Memory fails. So i changed it manually and it works. The Values are to small ... (0,1 Core and 20M Memory)

@ibotty
Copy link
Contributor

ibotty commented May 24, 2022

On this cluster it constantly uses a little under 128Mi. Is there data on how much it's expected to use or should it be configurable?

@phlogistonjohn
Copy link
Collaborator

The plan is to make a number of pod scheduling parameters & resource limits, etc configurable via the SmbCommonConfig resource.
Thank you for the issue!

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

3 participants