Clarify that reservation example

The current wording can lead someone to believe that you can use percentage values.
This commit is contained in:
Charlie Voiselle
2021-09-22 18:30:39 -04:00
committed by GitHub
parent 2904a0710a
commit 9065bdb83f

View File

@@ -76,8 +76,8 @@ client {
- `reserved` <code>([Reserved](#reserved-parameters): nil)</code> - Specifies
that Nomad should reserve a portion of the node's resources from receiving
tasks. This can be used to target a certain capacity usage for the node. For
example, 20% of the node's CPU could be reserved to target a CPU utilization
of 80%.
example, a value equal to 20% of the node's CPU could be reserved to target
a CPU utilization of 80%.
- `servers` `(array<string>: [])` - Specifies an array of addresses to the Nomad
servers this client should join. This list is used to register the client with