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

Incorrect indentation in "spec.collection.resources.requests" within ClusterLogging CR in "Configure log collector CPU and memory limits" doc

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • Logging
    • None
    • Moderate

      Description of problem:
      https://docs.openshift.com/container-platform/4.15/observability/logging/log_collection_forwarding/cluster-logging-collector.html#cluster-logging-collector-limits_cluster-logging-collector

      spec:
        collection:
          type: fluentd
          resources:
            limits: 
              memory: 736Mi
              requests:   <<<======= This should be at the same level as "limits"
                cpu: 100m
                memory: 736Mi

      Version-Release number of selected component (if applicable):

          

      How reproducible:

          

      Steps to Reproduce:

          1.
          2.
          3.
      

      Actual results:

          resources:
            limits: 
              memory: 736Mi
              requests:
                cpu: 100m
                memory: 736Mi

      Expected results:

          resources:
            limits: 
              memory: 736Mi
            requests:
              cpu: 100m
              memory: 736Mi

      Additional info:
      This issue was introduced in this commit. https://github.com/openshift/openshift-docs/pull/69107/commits/b43f6e1eed8890927e4f6fce2f97d98dc79228e6

            rhn-support-smunje Satyajeet Munje
            rhn-support-yuokada Yuki Okada
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: