-
Notifications
You must be signed in to change notification settings - Fork 56
Fluentd not able to tail logs #72
Comments
Some additional information since yesterday: When sshing into the master node:
Searching for all .log files
Returns a list where the logs should be located, but the location only contains non-existing symlinks:
Does the above mean that /var/lib should be created by AWS directed by Kubernetes? So it might be in the setup and Kubernetes permissions? |
This is a limitation on our end and, at the moment, there's no quick, safe resolution we can think of. We will come back to this in the future. |
@bjornm82 this is been worked on as we speak. We expect it to be released with DC/OS 1.12. |
Thanks @pires ! |
There are several problems here. THe most fundamental one is how to configure fluentd to access kubernetes logs. |
What does straight kubernetes mean? Anyway, regarding a planned resolution, yes, as mentioned above it's being worked on and we expect to release it as part of DC/OS 1.12. |
I meant native kubernetes deployed on bare metal |
As mentioned before, this will be released as part of our DC/OS 1.12 release and Kubernetes package 2.x. |
this issue should be fixed in |
Create new cluster:
Mesosphere DC/OS Version 1.11.0
Apply Kubernetes cloud provider support (don't think there is relevance though):
https://aws.amazon.com/blogs/opensource/cloud-provider-support-kubernetes-dcos/
Kubernetes version v1.9.4
Starting Fluentd daemonset:
https://github.com/fluent/fluentd-kubernetes-daemonset/blob/master/fluentd-daemonset-elasticsearch.yaml
Logs fluentd pod output:
As earlier today the logs ended by a non able to follow symlink. Seems like sort of the same issue as given at kubernetes/kubernetes#39225, however the thread is rather old.
The text was updated successfully, but these errors were encountered: