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

After configMap change, fluent-bit's pod on running by sidecar not response #2005

Closed
wangyushuai opened this issue Mar 5, 2020 · 2 comments

Comments

@wangyushuai
Copy link

Bug Report

Describe the bug

After configMap change, fluent-bit's pod on running by sidecar not response, its pod is still using the older configuration.

Expected behavior

The pod can sense the configMap change and then automatically use the new configuration.

Your Environment
fluent-bit 1.2, k8s 1.4

Additional context
How do I configure fluent-bit so that the pod can sense the configMap change and then automatically use the new configuration. If i not restart this pod!

@ymity
Copy link

ymity commented Mar 25, 2020

It is not related to fluentbit. it is generic k8s problem - kubernetes/kubernetes#22368

@patrick-stephens
Copy link
Contributor

Fluent Bit requires a restart to pick up new config, you can potentially adopt a similar approach to various operators that watch the mounted config map location for changes then restart Fluent Bit internally or just restart the pods directly.
See #365 for discussions in this area.

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

No branches or pull requests

3 participants