zebrium / ze-kubernetes-collector

DEPRICATED: Zebrium's log collector for Kubernetes environments
11 stars 3 forks source link

Support configurable docker root directory #7

Open KimMJ opened 3 years ago

KimMJ commented 3 years ago

I tried to use ze-kubernetes-collector and found a issue.

We are using /path/to/docker as a docker-root-directory. It is not mounted as default and cannot be added through custom values file. So log-collector cannot access to our container's stdout/err logs.

So I added volumeMounts and volumes in Daemonset spec. I think it is not just our special case. It will be nice to be able to configure root directory in values file