kokuwaio / helm-charts

helm charts maintained by the kokuwa project
GNU General Public License v3.0
41 stars 69 forks source link

feat(fluentd): Make buffer path configurable in livenessProbe #133

Closed huangkevin404 closed 1 year ago

huangkevin404 commented 1 year ago

Signed-off-by: Kevin Huang git@kevin.huang.to

Which chart

fluentd-elastricsearch

What this PR does / why we need it

This PR makes the buffer path configurable in livenessProbe.

We have the usecase where several fluentd each have their own buffers in /var/log/fluentd-buffers. When one fluentd crashes, we do not want it to rm -rf /var/log/fluentd-buffers, it would also delete the buffers of the other fluentd.

Checklist