-
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
checks_use_advertise is ignored for http checks #2324
Comments
It is working with the current master though:
But this still means that Btw, I guess this commit is fixing the problem: d212d40 |
Yeah sorry about that. 0.5.5 should be out rather soon! |
So, assuming 0.5.5 is out, does this mean that the default configuration values will always cause the HTTP health check to fail? (since checks_use_advertise is set to false?) edit: Nope. I clearly misunderstood something. Sorry! |
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. |
When I set the consul parameter
checks_use_advertise
in the client or server config totrue
, http checks still use the bind address (0.0.0.0
), and/v1/agent/self
reportschecks_use_advertise
asfalse
Nomad version
Nomad v0.5.4
Operating system and Environment details
Ubuntu 16.04.1 LTS in vagrant
Issue
When I set the consul parameter
checks_use_advertise
in the client or server config totrue
, http checks still use the bind address (0.0.0.0
), and/v1/agent/self
reportschecks_use_advertise
asfalse
.Somebody else apparently also has the same problem: #1988 (comment)
Reproduction steps
I use this
server.hcl
:Output of
curl 33.33.33.33:4646/v1/agent/self |jq .
:The text was updated successfully, but these errors were encountered: