Skip to content

Commit

Permalink
Merge pull request #10119 from hashicorp/docs-autoscaler-drain-timeout
Browse files Browse the repository at this point in the history
docs: hightlight different default node drain deadline when using the Autoscaler
  • Loading branch information
lgfa29 authored Mar 5, 2021
2 parents 6920d67 + 6939ff0 commit 1c8172a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions website/content/docs/autoscaling/plugins/target.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ check "hashistack-allocated-cpu" {
identifier used to group nodes into a pool of resource.

- `node_drain_deadline` `(duration: "15m")` The Nomad [drain deadline][nomad_node_drain_deadline]
to use when performing node draining actions.
to use when performing node draining actions. **Please note that the default value
for this setting differs from Nomad's default of 1h.**

- `node_drain_ignore_system_jobs` `(bool: "false")` A boolean flag used to control if
system jobs should be stopped when performing node draining actions.
Expand Down Expand Up @@ -325,7 +326,8 @@ check "clients-azure-vmss" {
identifier used to group nodes into a pool of resource.

- `node_drain_deadline` `(duration: "15m")` The Nomad [drain deadline][nomad_node_drain_deadline]
to use when performing node draining actions.
to use when performing node draining actions. **Please note that the default value
for this setting differs from Nomad's default of 1h.**

- `node_drain_ignore_system_jobs` `(bool: "false")` A boolean flag used to control if
system jobs should be stopped when performing node draining actions.
Expand Down Expand Up @@ -410,7 +412,8 @@ check "hashistack-allocated-cpu" {
identifier used to group nodes into a pool of resource.

- `node_drain_deadline` `(duration: "15m")` The Nomad [drain deadline][nomad_node_drain_deadline]
to use when performing node draining actions.
to use when performing node draining actions. **Please note that the default value
for this setting differs from Nomad's default of 1h.**

- `node_drain_ignore_system_jobs` `(bool: "false")` A boolean flag used to control if
system jobs should be stopped when performing node draining actions.
Expand Down

0 comments on commit 1c8172a

Please sign in to comment.