mirror of
https://github.com/helm/charts.git
synced 2026-08-21 21:38:03 +00:00
* Support additional k8s filter params * trailing spaces * values typo * lower case values
Fluent-Bit Chart
Fluent Bit is an open source and multi-platform Log Forwarder.
Chart Details
This chart will do the following:
- Install a configmap for Fluent Bit
- Install a daemonset that provisions Fluent Bit [per-host architecture]
Installing the Chart
To install the chart with the release name my-release:
$ helm install --name my-release stable/fluent-bit
When installing this chart on Minikube, it's required to specify that so the DaemonSet will be able to mount the log files properly, make sure to append the --set on_minikube=true option at the end of the helm command, e.g:
$ helm install --name my-release stable/fluent-bit --set on_minikube=true
Configuration
Configurable values are documented in the values.yaml.
Specify each parameter using the --set key=value[,key=value] argument to helm install.
Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,
$ helm install --name my-release -f values.yaml stable/fluent-bit
Tip
: You can use the default values.yaml