docs: add node_drain_ignore_system_jobs to Autoscaler GCP plugin

This commit is contained in:
Luiz Aoqui 2021-02-26 18:30:45 -05:00
parent 38c23e9577
commit 1bf3d2feb4
No known key found for this signature in database
GPG Key ID: 29F459C0D9CBB573
1 changed files with 3 additions and 0 deletions

View File

@ -412,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.