docs: remove mutual-exclusion between node class and datacenter in scaling policies (#11499)
This commit is contained in:
parent
610a8a05e6
commit
9a09fe160c
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue