mirror of https://github.com/grafana/loki
Add docs for jsonnet SSD example (#6908)
Loki's jsonnet libs are no longer in `github.com/grafana/jsonnet-libs` repo this MR fixes that import. Also adds some docs for utilizing the example.pull/7617/head
parent
8ba1f8eb0a
commit
febb2940ae
@ -0,0 +1,10 @@ |
||||
# Loki Simple Scaleable Deployment Example |
||||
|
||||
|
||||
## Usage |
||||
1) Setup Tanka see the [Tanka Installation Docs](../../../../docs/sources/installation/tanka.md). |
||||
2) Next, you'll need to install Jsonnet library for SSD. |
||||
```bash |
||||
jb install github.com/grafana/loki/production/ksonnet/loki-simple-scalable@main |
||||
``` |
||||
3) Configure main.jsonnet and `tk apply` :tada: |
Loading…
Reference in new issue