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

Grafana not runnable on MacOS? #154

Open
AAverin opened this issue Jul 23, 2023 · 2 comments
Open

Grafana not runnable on MacOS? #154

AAverin opened this issue Jul 23, 2023 · 2 comments

Comments

@AAverin
Copy link

AAverin commented Jul 23, 2023

Constraint set to linux makes it impossible to run Grafana on MacOS and test monitoring setup in a local cluster.

@jrasell
Copy link
Member

jrasell commented Jul 24, 2023

Hi @AAverin, this seems to be because the network mode is currently hard coded to bridge which is only supported on Linux machines. In order to remove the constraint, this would need to be made configurable.

@AAverin
Copy link
Author

AAverin commented Jul 24, 2023

@jrasell Yes, this part I have figured out and made a custom pack to make it work on my local machine.
Just wonder if something should be done in this default registry to keep it more flexible for everyone using nomad-pack

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

No branches or pull requests

2 participants