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
Describe the bug:
When a customConfigSecret is defined in the nodeAgent it is mounted on a different directory (/fluent-bit/etc/ instead of /fluent-bit/conf_operator)
This also removes all default config from the fluent-bit image like the parsers which where stored in that directory.
The fluentbitspec we used in the past did only overwrite the SecretVolumeName:
Describe the bug:
When a customConfigSecret is defined in the nodeAgent it is mounted on a different directory (/fluent-bit/etc/ instead of /fluent-bit/conf_operator)
logging-operator/pkg/resources/nodeagent/daemonset.go
Line 155 in 82d2fd6
But the the Command is not updated and stays at /fluent-bit/conf_operator/
logging-operator/pkg/resources/nodeagent/nodeagent.go
Line 67 in 82d2fd6
This also removes all default config from the fluent-bit image like the parsers which where stored in that directory.
The fluentbitspec we used in the past did only overwrite the SecretVolumeName:
logging-operator/pkg/resources/fluentbit/daemonset.go
Line 260 in 82d2fd6
Expected behaviour:
When a customConfigSecret is defined the SecretVolumeName should be overwritten instead of mounted over the upstream directory.
Steps to reproduce the bug:
Apply the helm values from below
Workaround:
For those who also want to use the nodeAgent i got it working with the following:
Environment details:
Helm Values (relevant part)
DaemonSet:
/kind bug
The text was updated successfully, but these errors were encountered: