Fluentd Image issue #4155
Unanswered
shilpigoelVB
asked this question in
Q&A
Replies: 1 comment 2 replies
-
It's because dependency tree is conflict.
fluent-plugin-opensearch v1.1 requires faraday >= 2.0 while fluent-plugin-elasticsearch v5.1 requires faraday < 2.0. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
Beta Was this translation helpful? Give feedback.
All reactions