samba-operator
samba-operator copied to clipboard
samba-operator-controller-manager deployment on openshift has minimal hardcoded ressource limits
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)
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?
The plan is to make a number of pod scheduling parameters & resource limits, etc configurable via the SmbCommonConfig resource. Thank you for the issue!