-
Notifications
You must be signed in to change notification settings - Fork 2k
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
countdash example doesn't work #6463
Comments
I was unable to replicate your error myself. I copied the job specification from the guide as you mentioned and ran it with no issue on my nodes. Some follow-up questions:
I appreciate the effort to collect this information and hope it will help us get your issue resolved. |
The problem was that I didn't have Where does it say that |
@kneufeld the example runs fine in https://discuss.hashicorp.com/t/nomad-consul-connect/2806/3?u=shantanugadgil |
We added information to the Connect guide in the documentation (which was based on that blog post) as well to help clarify that for folks - https://www.nomadproject.io/guides/integrations/consul-connect/index.html Was there another place that you happened to look in the documentation? I ask to see if there are other places we can put some signposts. I will also see if there is any way to add the information retroactively to the blog post. |
I just did a search on that page and the only instance of
I'm closing this bug as a doc bug seems like a new issue. Thanks for your quick help. |
Should have Nomad and Consul deployed and configured with mTLS. ACLs are currently not enabled on Consul, only Nomad. This should provide the minimal working example using mTLS to get the cought dashboard working after a ton of tinkering. 😭 The links I used during my investigation/debugging session: * hashicorp/nomad#6463 * https://learn.hashicorp.com/nomad/consul-integration/nomad-connect-acl#run-a-connect-enabled-job * hashicorp/nomad#6594 * hashicorp/nomad#4276 hashicorp/nomad#7715 * https://www.consul.io/docs/agent/options ⭐ * hashicorp/nomad#7602
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
Nomad version
Nomad v0.10.0-beta1 (7df4da7)
Operating system and Environment details
Ubuntu 18.04
Docker version 19.03.2, build 6a30dfc
Issue
After failing to get my own service running using
sidecar_service
I tried to use the examplecountdash
and it doesn't work either. I can get the dash board but it complains thatcounting service is unreachable
.Near as I can tell the
api
port isn't correctly created.Reproduction steps
this would be easier if there was a github repo of countdash.nomad and the two dockerfiles
Made
countdash.nomad
from https://www.hashicorp.com/blog/consul-connect-integration-in-hashicorp-nomadnomad run countdash.nomad
Job file (if appropriate)
Nomad Client logs (if appropriate)
Here's my only clue, lots of errors/warnings from
/alloc/logs/connect-proxy-count-api.stderr.0
The text was updated successfully, but these errors were encountered: