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

Updating resources section for fluentd as per new format

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • Logging 5.8, Logging 5.7, Logging 5.9
    • Logging
    • False
    • Hide

      None

      Show
      None
    • False

      In below doc fluentd resources section is mentioned as below

      https://docs.openshift.com/container-platform/4.16/observability/logging/config/cluster-logging-memory.html

        collection:
          logs:
            type: "fluentd"
            fluentd:
              resources: 
                limits:
                  memory: 736Mi
                requests:
                  cpu: 200m
                  memory: 736Mi 

      It causes below issue

       

          - lastTransitionTime: '2024-08-28T17:35:34Z'      message: spec.collection.logs.* is deprecated in favor of spec.collection.*      reason: DeprecatedCollectionLogsSpec      status: 'True'      type: Deprecated 

      It must be changed to below

        collection:
          resources:
            limits:
              memory: 736Mi
            requests:
              cpu: 200m
              memory: 736Mi
          type: fluentd 

              bdooley@redhat.com Brian Dooley
              rhn-support-anisal Apurva Nisal
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: