helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Helm Charts for Fluentd and Fluent Bit

Results 127 helm-charts issues
Sort by recently updated
recently updated
newest added

Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled 18s default-scheduler Successfully assigned www/fluentd-znplv to sc-bok-prod-node-w-2mlj Normal Pulled 17s kubelet Container image "fluent/fluentd-kubernetes-daemonset:v1.14.6-debian-elasticsearch7-1.0" already present on...

Adds the `K8S_NODE_NAME` env variable as suggested here: https://github.com/fabric8io/fluent-plugin-kubernetes_metadata_filter#environment-variables-for-kubernetes

The current chart does not have a template for deploying Collector object. Could this be added in a future release?

Straightforward change to extend fluentbit ServiceMonitor. This allows to include relabeling configuration as specified here: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#servicemonitorspec

It might be useful to run `fluent-bit` in `StatefulSet` mode when for example it's configured with storage persistence. Here's an example setup with persisted storage where StatefulSet is needed for...

The `pods/logs` should be part of the resources list when creating a new cluster role. Otherwise, the newly created service account is not able to access the logs of the...

If users would not want to use the default fileConfigs configuration they would require to replace all file entries with empty string. This way, the configuration is presented as a...

Signed-off-by: Aliaksandr Shulyak Add option to configure podManagementPolicy for StatefulSet. For example useful in case you are configuring affinity for pods as well.

changes i had to apply to make it working