Files
nomad/client
Tim Gross d38266aef8 client: respect client_auto_join after connection loss (#11585)
The `consul.client_auto_join` configuration block tells the Nomad
client whether to use Consul service discovery to find Nomad
servers. By default it is set to `true`, but contrary to the
documentation it was only respected during the initial client
registration. If a client missed a heartbeat, failed a
`Node.UpdateStatus` RPC, or if there was no Nomad leader, the client
would fallback to Consul even if `client_auto_join` was set to
`false`. This changeset returns early from the client's trigger for
Consul discovery if the `client_auto_join` field is set to `false`.
2021-11-30 13:20:42 -05:00
..
2021-11-25 00:35:45 +01:00
2021-10-01 10:14:28 -04:00
2021-10-01 10:14:28 -04:00
2021-10-01 10:14:28 -04:00
2021-03-30 16:02:51 -04:00
2021-11-24 18:54:50 +00:00
2020-12-09 11:05:18 -08:00
2021-10-01 10:14:28 -04:00
2020-10-14 15:17:47 -07:00
2020-10-19 09:30:15 -04:00
2020-03-02 13:47:43 -05:00
2018-10-16 16:53:29 -07:00