docs: remove mutual-exclusion between node class and datacenter in scaling policies (#11499)

This commit is contained in:
Luiz Aoqui 2021-11-16 11:58:14 -05:00 committed by GitHub
parent 610a8a05e6
commit 9a09fe160c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 12 deletions

View File

@ -98,12 +98,10 @@ check "hashistack-allocated-cpu" {
interact with when performing scaling actions.
- `datacenter` `(string: "")` - The Nomad client [datacenter][nomad_datacenter]
identifier used to group nodes into a pool of resource. Conflicts with
`node_class`.
identifier used to group nodes into a pool of resource.
- `node_class` `(string: "")` - The Nomad [client node class][nomad_node_class]
identifier used to group nodes into a pool of resource. Conflicts with
`datacenter`.
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

View File

@ -101,12 +101,10 @@ check "clients-azure-vmss" {
scale set to interact with when performing scaling actions.
- `datacenter` `(string: "")` - The Nomad client [datacenter][nomad_datacenter]
identifier used to group nodes into a pool of resource. Conflicts with
`node_class`.
identifier used to group nodes into a pool of resource.
- `node_class` `(string: "")` - The Nomad [client node class][nomad_node_class]
identifier used to group nodes into a pool of resource. Conflicts with
`datacenter`.
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

View File

@ -77,12 +77,10 @@ check "hashistack-allocated-cpu" {
Group to interact with when performing scaling actions.
- `datacenter` `(string: "")` - The Nomad client [datacenter][nomad_datacenter]
identifier used to group nodes into a pool of resource. Conflicts with
`node_class`.
identifier used to group nodes into a pool of resource.
- `node_class` `(string: "")` - The Nomad [client node class][nomad_node_class]
identifier used to group nodes into a pool of resource. Conflicts with
`datacenter`.
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