helm-charts
helm-charts copied to clipboard
Helm Charts for Fluentd and Fluent Bit
Is there any document for supported matrix for which version of fluent docker image will support to which kubernetes version.
Bumps the github-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5.1.0 to 5.1.1 Release notes Sourced from actions/setup-python's releases. v5.1.1 What's Changed Bug fixes: fix(ci): update all failing workflows...
There is a typo on [this line](https://github.com/fluent/helm-charts/blob/main/charts/fluentd/values.yaml#L273) of `fluentd/values.yaml`: ```yaml enabled: "true" ``` should be: ```yaml enabled: true ```
value still defaults to null
I'm deploying Fluentbit Helm chart in AKS. The DaemonSet uses hostpath which is not allowed in my k8s environment. I saw the fluent-operator chart addresses this issue with [this flag](https://github.com/fluent/fluent-operator/pull/926)...
as a resolution to #511 fluent-bit dashboard uid was set to `null` permanently, see #509. Is it possible to make the dashboard uid configurable through values.yaml and default to null...
In our kubernetes cluster we are using portworx. I am not sure how can i provide a storage class ?
Related to https://github.com/fluent/fluent-operator/issues/1212 and https://github.com/fluent/fluent-operator/pull/1222 cc @wenchajun
## Bug Report **Describe the bug** We are trying to set up Fluent Bit in a high-availability configuration with 3 replicas. Each pod is processing the same Kubernetes events, leading...
Hello everyone! I am using Fluentbit Helm Chart in Kubernetes and send logs to Grafana/Loki endpoint. I can see almmost everything but for some reason I cannot see the `filename`...