Uploaded image for project: 'OpenShift Request For Enhancement'
  1. OpenShift Request For Enhancement
  2. RFE-1476

Allow limits and requests in the ingress operator for router pods

XMLWordPrintable

    • 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

              mcurry@redhat.com Marc Curry
              rh-ee-vhernand Victor Hernando
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: