mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
The group level fields stop_after_client_disconnect, max_client_disconnect, and prevent_reschedule_on_lost were deprecated in Nomad 1.8 and replaced by field in the disconnect block. This change removes any logic related to those deprecated fields. --------- Co-authored-by: Tim Gross <tgross@hashicorp.com>
4 lines
170 B
Plaintext
4 lines
170 B
Plaintext
```release-note:breaking-change
|
|
disconnected nodes: ignore the previously deprecated disconnect group fields in favor of the disconnect block introduced in Nomad 1.8
|
|
```
|