You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering an issue with the oci-onm-mgmt-agent-0 pod deployed using the OCI Analytics Helm chart. While all other pods are running as expected, this particular pod fails to start correctly. Upon inspecting the logs, I identified the issue to be related to Fluentd.
Below is the error message from the pod logs:
bundler: failed to load command: fluentd (/fluentd/vendor/bundle/ruby/3.3.0/bin/fluentd)
/fluentd/vendor/bundle/ruby/3.3.0/bundler/gems/fluentd-a53c755d3493/lib/fluent/config.rb:43:in `initialize': No such file or directory @ rb_sysopen - /fluentd/etc/fluent.conf (Errno::ENOENT)
from /fluentd/vendor/bundle/ruby/3.3.0/bundler/gems/fluentd-a53c755d3493/lib/fluent/config.rb:43:in `open'
from /fluentd/vendor/bundle/ruby/3.3.0/bundler/gems/fluentd-a53c755d3493/lib/fluent/config.rb:43:in `build'
from /fluentd/vendor/bundle/ruby/3.3.0/bundler/gems/fluentd-a53c755d3493/lib/fluent/supervisor.rb:682:in `setup_global_logger'
...
from /fluentd/vendor/bundle/ruby/3.3/bin/bundle:25:in `<main>'
Observations:
It seems that the Fluentd configuration file (/fluentd/etc/fluent.conf) is missing or not properly mounted.
This is likely causing the Fluentd process to fail during initialization.
Request:
Could you please help me resolve this issue? Specifically:
How can I ensure the Fluentd configuration file is correctly set up or mounted in the pod?
Is there a specific configuration in the Helm chart that needs to be updated to fix this?
The text was updated successfully, but these errors were encountered:
oci-onm-mgmt-agent-0 => this uses OCI Management Agent, so you have to use Agent Image instead of Fluentd Image. If the customer is using oci-onm chart to deploy the whole solution, then the images are already mentioned in the values.yaml properly. If that is not followed, need further details on how you are trying to install/setup the charts so that we should be able to guide you properly.
Hi Team,
I am encountering an issue with the oci-onm-mgmt-agent-0 pod deployed using the OCI Analytics Helm chart. While all other pods are running as expected, this particular pod fails to start correctly. Upon inspecting the logs, I identified the issue to be related to Fluentd.
Below is the error message from the pod logs:
Observations:
Request:
Could you please help me resolve this issue? Specifically:
The text was updated successfully, but these errors were encountered: