mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 02:45:42 +03:00
Merge pull request #9908 from hashicorp/docs-autoscaler-node-drain-ignore-system-jobs
document Autoscaler `node_drain_ignore_system_jobs` configuration
This commit is contained in:
@@ -221,6 +221,9 @@ check "hashistack-allocated-cpu" {
|
||||
- `node_drain_deadline` `(duration: "15m")` The Nomad [drain deadline][nomad_node_drain_deadline]
|
||||
to use when performing node draining actions.
|
||||
|
||||
- `node_drain_ignore_system_jobs` `(bool: "false")` A boolean flag used to control if
|
||||
system jobs should be stopped when performing node draining actions.
|
||||
|
||||
- `node_purge` `(bool: "false")` A boolean flag to determine whether Nomad clients should
|
||||
be [purged][nomad_node_purge] when performing scale in actions.
|
||||
|
||||
@@ -324,6 +327,9 @@ check "clients-azure-vmss" {
|
||||
- `node_drain_deadline` `(duration: "15m")` The Nomad [drain deadline][nomad_node_drain_deadline]
|
||||
to use when performing node draining actions.
|
||||
|
||||
- `node_drain_ignore_system_jobs` `(bool: "false")` A boolean flag used to control if
|
||||
system jobs should be stopped when performing node draining actions.
|
||||
|
||||
- `node_purge` `(bool: "false")` A boolean flag to determine whether Nomad clients should
|
||||
be [purged][nomad_node_purge] when performing scale in actions.
|
||||
|
||||
@@ -406,6 +412,9 @@ check "hashistack-allocated-cpu" {
|
||||
- `node_drain_deadline` `(duration: "15m")` The Nomad [drain deadline][nomad_node_drain_deadline]
|
||||
to use when performing node draining actions.
|
||||
|
||||
- `node_drain_ignore_system_jobs` `(bool: "false")` A boolean flag used to control if
|
||||
system jobs should be stopped when performing node draining actions.
|
||||
|
||||
- `node_purge` `(bool: "false")` A boolean flag to determine whether Nomad clients should
|
||||
be [purged][nomad_node_purge] when performing scale in actions.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user