Uploaded image for project: 'Observability Documentation'
  1. Observability Documentation
  2. OBSDOCS-857

The alignment for 'requests' and 'limits' should be consistent

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • None
    • None
    • False
    • Hide

      None

      Show
      None
    • False

      The documentation [0]  shows how to Configure log collector CPU and memory limits.  The alignment of limits and requests should be same . In the documentation  the alignment is inconsistent.

       

      The config  looks like below in the document:

      ~~~

      spec:
        collection:
          type: fluentd
          resources:
            limits: 
              memory: 736Mi
              requests:
                cpu: 100m
                memory: 736Mi
      ~~~

      The correct config should look like below: 

      ~~~

      spec:
        collection:
          type: fluentd
          resources:
            limits: 
              memory: 736Mi
            requests:
                cpu: 100m
                memory: 736Mi
      ~~~

      [0]https://docs.openshift.com/container-platform/4.12/logging/log_collection_forwarding/cluster-logging-collector.html#cluster-logging-collector-limits_cluster-logging-collector

              bdooley@redhat.com Brian Dooley
              rhn-support-krg Kruthika G
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: