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
I have a requirement to deploy fluent-operator controller and fluent-bit daemonset in differnet namespaces. Found one parameter related to "namespaceOverride". But this is not used to configure the fluent-operator namespace. https://github.com/fluent/fluent-operator/blob/release-3.2/charts/fluent-operator/values.yaml#L460
When I overrirde this value with fluent-operator namespace value, it didn't work.
Describe the issue
HI Team,
I have a requirement to deploy fluent-operator controller and fluent-bit daemonset in differnet namespaces. Found one parameter related to "namespaceOverride". But this is not used to configure the fluent-operator namespace.
https://github.com/fluent/fluent-operator/blob/release-3.2/charts/fluent-operator/values.yaml#L460
When I overrirde this value with fluent-operator namespace value, it didn't work.
fluent-operator deployment is using the release namespace itself.
https://github.com/fluent/fluent-operator/blob/release-3.2/charts/fluent-operator/templates/fluent-operator-deployment.yaml#L6
Also, one more observation, fluent-bit daemonset is created as part of fluent-bit reconciliation logic with the release namespace.
https://github.com/fluent/fluent-operator/blob/release-3.2/controllers/fluentbit_controller.go#L121
Namespace mentioned in fluent-bit custom resources is used for creating this daemonset.
https://github.com/fluent/fluent-operator/blob/release-3.2/pkg/operator/daemonset.go#L34
and this fluent-bit custom resource is also using release namespace.
Can you please guide me how to achieve deploying fluent-operator and fluent-bit daemonset in different namespace?
To Reproduce
Tried deploying fluent-operator and fluent-bit with different namespaces.
Expected behavior
fluent-operator and fluent-bit should be deployed in different namespaces.
Your Environment
How did you install fluent operator?
Deploy fluent-bit using fluent-operator helm chart.
Additional context
No response
The text was updated successfully, but these errors were encountered: