Skip to content

Commit

Permalink
Add explicit main to pull loki and promtail to install it via Tanka (
Browse files Browse the repository at this point in the history
…#3848)

Rationale is, by default `jb` command, assumes `master` branch, but Loki repo renamed
the `master` to `main` branch.
  • Loading branch information
kavirajk authored Jun 14, 2021
1 parent d362df7 commit 450d915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sources/installation/tanka.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Download and install the Loki and Promtail module using `jb`:
```bash
go get -u github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb
jb init # not required if you already ran `tk init`
jb install github.com/grafana/loki/production/ksonnet/loki
jb install github.com/grafana/loki/production/ksonnet/promtail
jb install github.com/grafana/loki/production/ksonnet/loki@main
jb install github.com/grafana/loki/production/ksonnet/promtail@main
```

Then you'll need to install a kubernetes library:
Expand Down

0 comments on commit 450d915

Please sign in to comment.