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 has been 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
The text was updated successfully, but these errors were encountered:
KimMJ
changed the title
Support changeable docker root directory
Support configurable docker root directory
Aug 16, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
andvolumes
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
The text was updated successfully, but these errors were encountered: