You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting FluentBit.Spec.Labels will set labels on both the DaemonSet and the pods.
Setting FluentBit.Spec.Annotations will set annotations only on the pods.
To Reproduce
Create a FluentBit resource with both labels and annotations
Expected behavior
Consistent behaviour for both of the options. Perhaps annotations should as well set the annotations on both the Daemonset and pods
Describe the issue
Setting FluentBit.Spec.Labels will set labels on both the DaemonSet and the pods.
Setting FluentBit.Spec.Annotations will set annotations only on the pods.
To Reproduce
Create a FluentBit resource with both labels and annotations
Expected behavior
Consistent behaviour for both of the options. Perhaps annotations should as well set the annotations on both the Daemonset and pods
Your Environment
How did you install fluent operator?
No response
Additional context
Maybe append fb.Annotations and fb.Spec.Annotations and then set?
https://github.com/fluent/fluent-operator/blob/master/pkg/operator/daemonset.go#L36
The text was updated successfully, but these errors were encountered: