-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Get fluentd-es working properly again #27988
Comments
The same error that I have met:
How to solve this? Please give some advice. |
Closing as obsolete. |
The same error:
Any solution? Thanks in advance!!! |
How did you solve it? @wangzhuzhen |
@cleverlzc Check your apiserver logs for related errors. Try logging into the container (base image is debian, so there's api-get available) and accessing Kubernetes API manually. We have e2e tests to verify that ES DS is working, so that's a problem with your deployment configuration, that's what I can tell with the data I have :) |
I don't think this should be closed without further investigation. On my fluentd containers, I have the serviceaccount correctly setup:
Per https://github.com/fabric8io/fluent-plugin-kubernetes_metadata_filter documentation, you can include ca_file parameter on td-agent.conf file and the ca certificate will be used. |
@trunet Could you please open a new issue with a clear description of the setup and steps to reproduce? FYI @coffeepac |
thanks, just created #49570 |
In both #27981 and #26652, I've been unable to build a version of fluentd-es that works based on the checked-in Dockerfile.
If I try to build the container based on the checked-in dockerfile, I get an error installing the elasticsearch plugin:
There's also the issue that the checked-in config file includes the metadata filter plugin, which doesn't work in default deployments, presumably because the container is still being deployed from a pod manifest rather than as part of a daemon set:
By 1.4 we should make sure we can get #23306 in to help with that, if it is indeed the cause. There's really very little reason for fluentd-es to be so different from fluentd-gcp. They don't actually even need to be separate images, they only really need different config files.
The text was updated successfully, but these errors were encountered: