You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2023. It is now read-only.
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