-
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
Nomad unable to connect to Consul over unix sockets #2594
Comments
Confirmed Nomad isn't able to talk to Consul over a Unix socket in 0.5.6. I'll make sure to get it in for 0.6. |
Attached is a build with the fix if you're interested in testing. |
And the normal 64bit Linux release: |
Confirmed that it's working. Thanks for taking the time to fix this, and for making it easy to test by uploading a dev build. |
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 is unable to communicate with consul clients over unix sockets.
Nomad version
0.5.6
Operating system and Environment details
MacOS, Debian
Issue
Nomad can't connect to consul over a unix socket because it does not account for addresses starting with
unix://
Reproduction steps
Configure the consul agent to listen for client requests on a unix socket, e.g.:
Use the same value in the consul config address for nomad clients.
Nomad Client logs (if appropriate)
The text was updated successfully, but these errors were encountered: