From 6939ff01f178ed841cdb526e5435aef8a887323b Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Thu, 4 Mar 2021 16:51:07 -0500 Subject: [PATCH] docs: hightlight different default node drain deadline when using the Autoscaler --- website/content/docs/autoscaling/plugins/target.mdx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/website/content/docs/autoscaling/plugins/target.mdx b/website/content/docs/autoscaling/plugins/target.mdx index e5b6f0d97..16caf2410 100644 --- a/website/content/docs/autoscaling/plugins/target.mdx +++ b/website/content/docs/autoscaling/plugins/target.mdx @@ -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. @@ -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. @@ -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.