Files
deprecated-helm-charts/stable/fluent-bit
Eduardo SilvaandVic Iglesias dcc8b1a5c4 [stable/fluent-bit] release 0.2.3 (Fluent Bit 0.12.7) (#2441)
* [stable/fluent-bit] release 0.2.1 (Fluent Bit 0.12.5)

Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>

* [stable/fluent-bit] release 0.2.2 (Fluent Bit 0.12.6)

Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>

* [stable/fluent-bit] release 0.2.3 (Fluent Bit 0.12.7)

Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
2017-11-08 10:47:25 -08:00
..

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