-
Feature Request
-
Resolution: Done
-
Normal
-
None
-
False
-
False
-
Undefined
-
-
-
-
1. Proposed title of this feature request
Allow limits and requests in the ingress operator for router pods
2. What is the nature and description of the request?
There is no option to set a customized limits / requests for router pods.
The default config once the ingress is deployed:
resources:
requests:
cpu: 200m
memory: 256Mi
What one of our customers would like to be able to do is, to set a new requests and limits config, i.e.
resources:
limits:
cpu: 200m
memory: 256Mi
requests:
cpu: 200m
memory: 256Mi
Doing this the QoS is changed from Burstable to Guaranteed.
3. Why does the customer need this? (List the business requirements here)
The customer needs this to be able to change this config in a supported way.
4. List any affected packages or components.
Ingress-operator
- is incorporated by
-
NE-727 Control the Resource Usage of Ingress Pods
- New
-
OCPSTRAT-363 Control the Resource Usage of Ingress Pods
- New