Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not installed loki with tanka #3808

Closed
gespispace opened this issue Jun 6, 2021 · 3 comments · Fixed by #3848
Closed

Not installed loki with tanka #3808

gespispace opened this issue Jun 6, 2021 · 3 comments · Fixed by #3848

Comments

@gespispace
Copy link

gespispace commented Jun 6, 2021

Describe the bug
If I try install loki by example in docs, install doesn't work.
Error in the docs
I think error in jsonnet-bundler. in this line, use only branch master, but in grafana/loki not have branch master.

To Reproduce
Steps to reproduce the behavior:

  1. jb install github.com/grafana/loki/production/ksonnet/loki

Expected behavior
Install lib ksonnet loki

Environment:

  • Infrastructure: Kubernetes
  • Deployment tool: jsonnet

Screenshots, Promtail config, or terminal output
image
image

@kavirajk
Copy link
Contributor

kavirajk commented Jun 6, 2021

@gespispace Thanks for reporting!. It's indeed the problem with jb. Looks like it understands master branch by default whereas Loki uses main branch.

One workaround would be to use explicit main branch while installing loki and promtail

  1. jb install github.com/grafana/loki/production/ksonnet/loki@main
  2. jb install github.com/grafana/loki/production/ksonnet/promtail@main

We will update the doc soon!

@kavirajk
Copy link
Contributor

kavirajk commented Jun 6, 2021

/cc @KMiller-Grafana

@gespispace
Copy link
Author

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants