mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 01:15:43 +03:00
docs: remove mutual-exclusion between node class and datacenter in scaling policies (#11499)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user