-
Feature Request
-
Resolution: Done
-
Normal
-
None
-
None
-
None
-
False
-
None
-
False
-
Not Selected
-
-
-
-
-
- Proposed title of this feature request
2. What is the nature and description of the request?
3. Why does the customer need this? (List the business requirements here)
4. List any affected packages or components.
- RHACS operator configurable memory limits.
2. Customers want to be able to specify the memory limits for RHACS operator components like rhacs-operator-controller-manager when installing the Operator.
3. Customer is finding that the rhacs-operator-controller-manager Deployment has hard-coded defaults for CPU and Memory requests and limits:
resources:
limits:
cpu: 200m
memory: 1Gi
requests:
cpu: 100m
memory: 200Mi
In their large environment, the memory limit is causing the rhacs-operator-controller-manager to be OOMKilled. Customer is forced to modify the operator settings