Closed shilpigoelVB closed 1 year ago
It's because dependency tree is conflict.
2023-04-18 14:13:33 +0000 [info]: gem 'fluent-plugin-elasticsearch' version '5.1.5'
...
2023-04-18 14:13:33 +0000 [info]: gem 'fluent-plugin-opensearch' version '1.1.0'
fluent-plugin-opensearch v1.1 requires faraday >= 2.0 while fluent-plugin-elasticsearch v5.1 requires faraday < 2.0. If you don't need fluent-plugin-elasticsearch, Please use the image which doesn't include it. I'm not sure how to do it because I don't familiar with helm, please ask someone who know it.
Describe the bug
Encountering the Fluentd error as attached when running from Oracle cloud
To Reproduce
Executed the cmd helm install fluentd fluent/fluentd -f fluentd_values.yaml -n logging
Hi Team,
We have started facing fluentd Issue with the error logs as attached.Below are the image tags we are using:- image: repository: "fluent/fluentd-kubernetes-daemonset" pullPolicy: "IfNotPresent" tag: ""
NOTE:- We don’t have any AWS setup within our environment. The fluentd image was working successfully previously , we are encountering this issue in every environment (DEV,UAT, pre-prod etc.)
Expected behavior
Fluentd container should be running and not in crashloopback state as below kubectl get pods -n logging NAME READY STATUS RESTARTS AGE fluentd-b946cf888-2plhd 0/1 CrashLoopBackOff 14 (3m12s ago) 45m
Your Environment
Your Configuration
Your Error Log
Additional context
No response