helm-charts
helm-charts copied to clipboard
Helm Charts for Fluentd and Fluent Bit
Issue Description: Problem: After deploying the Fluent Bit Aggregator Helm Chart and running it for a few hours, it stops sending logs to Elasticsearch and Syslog, which are the intended...
This is required in order to support Use_Kubelet functionality
To be able to set an empty array for watchedNamespaces, we need to change the way properties are added. Currently, if we set an empty array as a property, we...
Related to #356 Add ability to reference images by digest to fluent-operator Helm chart. Digest will override tag.
Unfortunately, the fluentd section does not currently support setting the priorityClassName field, which may be required in some environments. To solve this problem, I made this small change.
Hi everyone! ### Context I'm trying to use the fluent-operator chart to install the operator with fluent-bit enabled and fluentd disabled. ### The issue I've found that the chart in...
kube prometheus version: release-0.12 k8s version: v1.25.6 prometheus log ``` ts=2023-08-23T06:46:26.464Z caller=klog.go:116 level=error component=k8s_client_runtime func=ErrorDepth msg="pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:169: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User \"system:serviceaccount:monitoring:prometheus-k8s\" cannot...
Provide ability to define specific nodePort value in the service.yaml file Closes: https://github.com/fluent/helm-charts/issues/233
According to the official Fluent-bit manual, `suppressTypeName` is required for new Elastic versions. The `fluentbit.fluent.io/v1alpha2` `ClusterOutput` CRD has such a config param, but it's missing in the operator chart's default...
Hello, I am running Fluentbit and the daemonset forwarders all fail on readiness and liveiness probes. Furthermore, If i exec into the running pod try to forward port, I get...