fluent-bit getting unhealthy because of stdout output? #7316
Unanswered
reisman234
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm currently getting familiar with fluent-bit, by deploing it into my local minikube installation and log messages from a dummy container. To deploy fluent-bit, I use helm and adapt the values file accordingly.
Until now, I only changed the outputs to stdout and the inputs to only my specific container.
After the deployment, everything seems running normally. My dummy container is running and producing logs, and fluent-bit is collecting the logs and print it to stdout. But after one minute the fluent-bit pod is getting into the unready state because the /api/v1/health endpoint is returning error all the time. From the /api/v1/metrics endpoint, I get the following information
Which shows only errors for the stdout output, but I don't know why this happens.
For completeness, this is the data in the fluent-bit configmap
Beta Was this translation helpful? Give feedback.
All reactions