docs: fix incorrect aws-asg autoscaler target plugin policy params
This commit is contained in:
parent
8ad90b4253
commit
03d56ec706
|
@ -135,13 +135,13 @@ check {
|
|||
...
|
||||
```
|
||||
|
||||
- `asg_name` `(string: <required>)` - The name of the AWS AutoScaling Group to
|
||||
- `aws_asg_name` `(string: <required>)` - The name of the AWS AutoScaling Group to
|
||||
interact with when performing scaling actions.
|
||||
|
||||
- `class` `(string: <required>)` - The Nomad [client node class][nomad_node_class]
|
||||
- `node_class` `(string: <required>)` - The Nomad [client node class][nomad_node_class]
|
||||
identifier used to group nodes into a pool of resource.
|
||||
|
||||
- `drain_deadline` `(duration: "15m")` The Nomad [drain deadline][nomad_node_drain_deadline]
|
||||
- `node_drain_deadline` `(duration: "15m")` The Nomad [drain deadline][nomad_node_drain_deadline]
|
||||
to use when performing node draining actions.
|
||||
|
||||
[nomad_node_class]: https://www.nomadproject.io/docs/configuration/client#node_class
|
||||
|
|
Loading…
Reference in New Issue