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

Windows: Tanka not running on windows #329

Closed
c0ffeec0der opened this issue Aug 5, 2020 · 4 comments · Fixed by #331
Closed

Windows: Tanka not running on windows #329

c0ffeec0der opened this issue Aug 5, 2020 · 4 comments · Fixed by #331
Labels
kind/bug Something isn't working

Comments

@c0ffeec0der
Copy link
Contributor

When running "tk show environments/loki"

The process would keep running and not end

@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label kind/bug to this issue, with a confidence of 0.85. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@issue-label-bot issue-label-bot bot added the kind/bug Something isn't working label Aug 5, 2020
@Duologic
Copy link
Member

Duologic commented Aug 5, 2020

Can you share a bit more about your environment? How can we reproduce? Do you have some code available?

@c0ffeec0der
Copy link
Contributor Author

The environment is windows 10 version 2004

I was following the instructions on https://grafana.com/docs/loki/latest/installation/tanka/

When reaching step :

  • Run "tk show environments/loki" to see the manifests that will be deployed to the cluster.

The process keep running and does not end

@JohnRusk
Copy link

I have the same bug.

sh0rez added a commit that referenced this issue Aug 18, 2020
* Fix issue #329

Problem: Indefinite loop in function findRoot

Root cause: Root path only consider linux "/"

Solution: Detect os at runtime and decide root path. Windows "C:\\", others "/"

* Fix issue #329

Problem: Indefinite loop in function findRoot

Root cause: Root path only consider linux "/"

Solution: Detect os at runtime and decide root path. Windows "C:\\", others "/"

* Fix issue #329

Problem: Indefinite loop in function findRoot

Root cause: Root path only consider linux "/"

Solution: Detect os at runtime and decide root path. Windows "C:\\", others "/"

* Fix issue #329

Problem: Indefinite loop in function findRoot

Root cause: Root path only consider linux "/"

Solution: Detect os at runtime and decide root path. Windows "C:\\", others "/"

* Fix issue #329

Problem: Indefinite loop in function findRoot

Root cause: Root path only consider linux "/"

Solution: Detect os at runtime and decide root path. Windows "C:\\", others "/"

* Update pkg/jsonnet/jpath/jpath.go

Co-authored-by: c0feec0der <>
Co-authored-by: sh0rez <me@shorez.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants