You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have just compiled newest nomad(master) and consul(master).
I took example generated from nomad, and set count=2.
Nomad creates two instances, two docker containers are running (so far so good),
but then register in consul only the latest one.
The text was updated successfully, but these errors were encountered:
@c4milo@sielaq This is indeed a bug on master, introduced because Service IDs are generated on the server side now. Nomad 0.2.1 should still have the right behavior.
A fix will be landing in the master soon.
@c4milo I will explain why this is a problem when I push out the PR.
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.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Hi,
I have just compiled newest nomad(master) and consul(master).
I took example generated from nomad, and set count=2.
Nomad creates two instances, two docker containers are running (so far so good),
but then register in consul only the latest one.
The text was updated successfully, but these errors were encountered: