Closed cwiggs closed 4 years ago
It seems like after a few hours the error goes away and fluentd starts to send some (I think some are missing) logs to sumologic, however I still can't find out what changed. destroying the daemon set and re-deploying it causes the issue to occur again.
This repository isn't supported sumologic image and daemonset configuration.... Perhaps, do you use sumologic's kubernetes daemonset definition? https://github.com/SumoLogic/fluentd-kubernetes-sumologic/blob/master/daemonset/nonrbac/fluentd.yaml If yes, could you send your question into sumologic's k8s daemonset bug tracker instead of this repository?
I'm getting the following error using
kubectl logs -f fluentd-sumologic-b84rr
It seems to me what is happening is fluentd isn't using the service account and defaulting to the anonymous user for some reason. I'm not sure how to look at
/fluentd/etc/fluent.file.conf
since the pod never actually starts so i'm not able to verify what user and/or service account it's using.Any ideas what is causing the issue?
Thanks!