Fluent Bit Process doesn't restart automatically if killed
If due to some reason, the fluent bit process is killed internally, it doesn't restart automatically. Ideally, pod should restart if the process dies.
If due to some reason, the fluent bit process is killed internally, it doesn't restart automatically. Ideally, pod should restart if the process dies.
Don't worry, the FB process will be started whenever it's detected dead https://github.com/kubesphere/fluentbit-operator/blob/master/cmd/fluent-bit-watcher/main.go#L60
Thank you!! That sounds OK to me. I was facing this issue since yesterday.
Fluent bit exited" error="signal: killed"
After this, It was not restarting. but when I removed the limits from the resources, It works.