99d1486f32
Fixes #2827 This is a tradeoff. The pro is that you can run separate client and server agents on the same node and advertise both. The con is that if a Nomad agent crashes and isn't restarted on that node in the same mode its entry will not be cleaned up. That con scenario seems far less likely to occur than the scenario on the pro side, and even if we do leak an agent entry the checks will be failing so nothing should attempt to use it. |
||
---|---|---|
.. | ||
catalog_testing.go | ||
client.go | ||
int_test.go | ||
script.go | ||
script_test.go | ||
unit_test.go |