charts icon indicating copy to clipboard operation
charts copied to clipboard

Adding per logging overrides

Open gregsidelinger opened this issue 5 months ago • 1 comments

Issue:

Problem

The rancher-logging chart is very inflexible in per logging tweaks. There is generic overlay to change settings not exposed by the chart.

Solution

Added two new keys loggingOverlays and fluentbitAgentOverlays to the values that allows per logging overlays per logger.

Testing

Engineering Testing

Manual Testing

Deploying with a values like this allows me to scale up the fluentd replicas for root logger only.

loggingOverlays:
  root:
   spec:
    fluentd:
      scaling:
        replicas: 6

Automated Testing

QA Testing Considerations

Regressions Considerations

Backporting considerations

gregsidelinger avatar Sep 23 '24 19:09 gregsidelinger