-
Hi, I'm trying to deploy/use the logging-operator in our baremetal environment with no persistentVolume only emptyDir and hostPath are allowed, and I have a few questions about it :
I noticed when I used hostPath Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If you need a durable solution, than you will need to configure your fluentd deployment with hostPath bufferStorageVolume. I you use emptyDir you can lose messages - even if you configure file buffers - when the pod terminates. If you fix your fluentd deployment, the fluentbit issue might get resolved as well (since it will be able to flush the buffers) |
Beta Was this translation helpful? Give feedback.
If you need a durable solution, than you will need to configure your fluentd deployment with hostPath bufferStorageVolume. I you use emptyDir you can lose messages - even if you configure file buffers - when the pod terminates.
If you fix your fluentd deployment, the fluentbit issue might get resolved as well (since it will be able to flush the buffers)