Open
Description
Is your feature request related to a problem? Please describe.
Since fluentbit upgraded to 1.9, many plugins have been added, such as the Prometheus Scrape Metrics
plugin, but it is not convenient to collect some information if configured in the form of daemonset. So I would like to add the statefulset method to deploy fluentbit.
Describe the solution you'd like
To do this we need to add a new CRD, our CRD based on fluentbit's statefulset can be called collector
.
Describe alternatives you've considered
To do this we may also need to modify the fluentbit-controller
.
Additional context
No response