forked from rackerlabs/genestack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: add fluentbit docs This change updates the docs to fix the missing fluentbit information from our install guide. While we had it doc'd we didn't have it published so this change removes the README file and pushes the content into the published set. Signed-off-by: Kevin Carter <[email protected]> * fix: removed the grafana readme file This change removes the grafana README file because this content is old, doesn't work, and largely duplicates what we already have in our main docs. Signed-off-by: Kevin Carter <[email protected]> * fix: cleanup loki docs so that our information is more consistent Signed-off-by: Kevin Carter <[email protected]> --------- Signed-off-by: Kevin Carter <[email protected]>
- Loading branch information
Showing
5 changed files
with
23 additions
and
134 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Deploy Fluentbit | ||
|
||
This guide will help you deploy fluentbit to your kubernetes cluster. Fluentbit is a lightweight log shipper that can be used to send logs to loki. | ||
|
||
## Install the fluentbit helm chart | ||
|
||
``` shell | ||
helm repo add fluent https://fluent.github.io/helm-charts | ||
helm repo update | ||
``` | ||
|
||
## Install the helm chart | ||
|
||
You will need to make changes depending on how you want to configure loki. Example files are included in this directory choose one relevant to your deploy | ||
|
||
``` shell | ||
helm install --values fluentbit-helm-overrides.yaml fluentbit fluent/fluent-bit | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters