Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Duplicate Fluentbit cluster parser are getting created when we create multiple namespace fb config. #852

Closed
karan56625 opened this issue Jul 28, 2023 · 0 comments · Fixed by #853

Comments

@karan56625
Copy link
Collaborator

Describe the issue

Fluentbit cluster parser are getting created when we create multiple namespace fb config.
If you have created multiple namespace fluentbitConfig and try to create cluster parser. Multiple parsers are getting created corresponding to each fluentbitConfig.
You will see, Parser already exists error in fluentbit logs too.

To Reproduce

  • Create multiple namespace fluentbitConfig
  • Try to create a Cluster fb parser
  • Observe the parsers.conf. It will have multiple copy of that Cluster fb parser.

Expected behavior

There should be single entry for each cluster level FB parser.

Your Environment

- Fluent Operator version: 2.2.0
- Container Runtime: k8s
- Operating system: linux
- Kernel version: 5.4.17-2136.318.7.1.el7uek.x86_64

How did you install fluent operator?

Helm chart

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant