Skip to content

Commit

Permalink
doc(fluent-bit): add missing namespace (#1077)
Browse files Browse the repository at this point in the history
* doc(fluent-bit): add missing namespace

Signed-off-by: Xiang Dai <764524258@qq.com>

* fix a nit

Signed-off-by: Xiang Dai <764524258@qq.com>
  • Loading branch information
daixiang0 authored and rfratto committed Oct 15, 2019
1 parent 0f7f200 commit 81f9786
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion production/helm/fluent-bit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ To install the chart with the release name `my-release` using our helm repositor
```bash
helm repo add loki https://grafana.github.io/loki/charts
helm upgrade --install my-release loki/fluent-bit \
--set loki.serviceName=loki.svc.cluster.local
--set loki.serviceName=loki.default.svc.cluster.local
```

If you deploy Loki with a custom namespace or service name, you must change the value above for `loki.serviceName` to the appropriate value.

The command deploys Fluent Bit on the Kubernetes cluster with the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.

To configure the chart to send to [Grafana Cloud](https://grafana.com/products/cloud) use:
Expand Down

0 comments on commit 81f9786

Please sign in to comment.