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
Is your feature request related to a problem? Please describe.
I am one of those who love and use Fluentbit well. We are preparing to apply the operator recently, but there is one problem and I would like to suggest.
The structure we want is this.(K8s manager)
Input (Each service manager distributes from argoCD together with each namespace) ->service namespace
Filer (Managed at the cluster level) -> cluster namespace
Parser (Managed at the cluster level) -> cluster namespace
Output (Each service manager distributes from argoCD together with the service) ->service namespace
With this structure, Input and Output are given freedom at the service manager level,
and we are trying to stick to the role of Governing for the standard log format.
If it is not there, please create the corresponding CRD.
If I misunderstood anything, please let me know.
Is your feature request related to a problem? Please describe.
I am one of those who love and use Fluentbit well. We are preparing to apply the operator recently, but there is one problem and I would like to suggest.
The structure we want is this.(K8s manager)
Input (Each service manager distributes from argoCD together with each namespace) ->service namespace
Filer (Managed at the cluster level) -> cluster namespace
Parser (Managed at the cluster level) -> cluster namespace
Output (Each service manager distributes from argoCD together with the service) ->service namespace
With this structure, Input and Output are given freedom at the service manager level,
and we are trying to stick to the role of Governing for the standard log format.
If it is not there, please create the corresponding CRD.
If I misunderstood anything, please let me know.
Describe the solution you'd like
Therefore, it seems that there should be an Input CRD, not a ClusterInput,
but I am asking because it seems that the corresponding CRD is not specified.
https://github.com/fluent/fluent-operator/blob/master/manifests/setup/fluent-operator-crd.yaml
Additional context
No response
The text was updated successfully, but these errors were encountered: