[RFE] rancher-logging - Ability to add PriorityClassName to DaemonSet/Logging/FluentBitAgent CRDs #49048
Labels
kind/enhancement
Issues that improve or augment existing functionality
Milestone
Is your feature request related to a problem? Please describe.
Rancher-Logging helm chart currently has a global
priorityClassName
in thevalues.yaml
but this not propagate to all resources deployed by the chart.SURE-9662
Describe the solution you'd like
DaemonSet/Logging/FluentBitAgent CRDs have the option to set
priorityClassName
andpodPriorityClassName
respectively per their specs. Correctly propagate it or add options to pass it to all resources.Describe alternatives you've considered
priorityClassName
orpodPriorityClassName
Additional context
Example of DaemonSet template not having this option. https://github.com/rancher/charts/blob/dev-v2.10/charts/rancher-logging/105.2.0%2Bup4.10.0/templates/loggings/rke2/daemonset.yaml#L20-L61
The text was updated successfully, but these errors were encountered: