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
The collector definition points to a fluentbitconfig name. But the operator does not generator fluentbitconfig referenced by collectors, only those references by daemonsets.
To Reproduce
create a collector object and reference a valid clusterfluentbitconfig in its spec. Look at the operator logs and see nothing happening....
Expected behavior
the config and secrets should be generated for both collectors and daemonsets.
Describe the issue
The collector definition points to a fluentbitconfig name. But the operator does not generator fluentbitconfig referenced by collectors, only those references by daemonsets.
To Reproduce
create a collector object and reference a valid clusterfluentbitconfig in its spec. Look at the operator logs and see nothing happening....
Expected behavior
the config and secrets should be generated for both collectors and daemonsets.
Your Environment
How did you install fluent operator?
from the setup.yaml (removing the docker.sock, since this is not supported on gke)
Additional context
defining a daemonset works just fine and i am able to ingest logs. But i am trying to define a stateful aggregation layer with a collector object.
I think the issue is located here:
fluent-operator/controllers/fluentbitconfig_controller.go
Line 95 in cc23366
since there is no fluentbit object, but a collector object referencing that config
The text was updated successfully, but these errors were encountered: