Uploaded image for project: 'OpenShift Logging'
  1. OpenShift Logging
  2. LOG-2586

Cannot configure CPU/Memory requests and limits in vector

XMLWordPrintable

    • Logging (Core) - Sprint 220, Log Collection - Sprint 221

      Summary

      As a user of vector as a collector,
      I want to be capable of configuring resources, tolerations, and nodeselctors like fluentd
      so that I can tweak the deployment for my environment

      Acceptance Criteria

      • Verify vector is configured with resources from the ClusterLogging resource
      • Verify vector is configured with tolerations from the ClusterLogging resource
      • Verify vector is configured with node selector from the ClusterLogging resource

      Notes

      Impl:

      collection:
        type: ["fluentd","vector"]
        fluentdSpec: {}
        vectorSpec:{}  <= likely not needed for now
        resources: {}
        tolerations: {}
        nodeSelector:{}
        logs: {}            <= deprecated
      
      • spec honored for any collector
      • logs.fluentd.[resource|tolerations|nodeSelector] take precedence over others for collector type fluentd
      • logs.fluentdSpec are moved (e.g. webhook?)

              jcantril@redhat.com Jeffrey Cantrill
              kkii@redhat.com Keiichi Kii
              Ishwar Kanse Ishwar Kanse
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: