From 9065bdb83f1becc2954e85695c8387ea0b3dc189 Mon Sep 17 00:00:00 2001
From: Charlie Voiselle <464492+angrycub@users.noreply.github.com>
Date: Wed, 22 Sep 2021 18:30:39 -0400
Subject: [PATCH] Clarify that reservation example
The current wording can lead someone to believe that you can use percentage values.
---
website/content/docs/configuration/client.mdx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/content/docs/configuration/client.mdx b/website/content/docs/configuration/client.mdx
index f67c790ae..e8c20ee94 100644
--- a/website/content/docs/configuration/client.mdx
+++ b/website/content/docs/configuration/client.mdx
@@ -76,8 +76,8 @@ client {
- `reserved` ([Reserved](#reserved-parameters): nil) - 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: [])` - Specifies an array of addresses to the Nomad
servers this client should join. This list is used to register the client with