-
Notifications
You must be signed in to change notification settings - Fork 43
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
Service stuck without crash #120
Comments
Hi @YentlFrickx , Thank you for reporting this. Could you please try to capture the On the other hand, please note that you can use the debug images to diagnose these kind of issues. The debug images come with the busybox binary, which you can use to execute commands on that box, including
Version 1.14.0 is the one currently being used by our Helm chart. Nevertheless, there are also 1.14.1 and 1.14.2 available that you can use if you overwrite the So, in summary, could you please:
Best regards, Josep |
We also noticed stuck containers (still running but not reporting to New Relic). We see these errors before the container stopped.
Maybe it's an idea to upgrade newrelic-logging to FluentBit 3.1? Now 3.0.4 is used, but other versions contained fixes related to TLS |
We are running the nri-bundle on our openshift clusters and notice that after a while the new-relic logging pods are 'stuck' and don't forward the logs to new-relic anymore. When we delete the pod, the new pod works as expected and continues tailing the log files. I tried debugging the pod but can't open a shell in it, I could however execute the fluent-bit command through:
/fluent-bit/bin/fluent-bit --version
, which correctly returned the version. My assumption is that somewhere the fluent-bit command is stuck without it crashing and making the container restart.The text was updated successfully, but these errors were encountered: