From aaaccb4fca53fbaa3c3897fa8851cfdec8660766 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sun, 13 Feb 2022 09:10:34 +0700 Subject: [PATCH] docs(tutorials): ensure add new nodes at the end of the group --- docs/src/tutorials/add-or-remove-nodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/tutorials/add-or-remove-nodes.md b/docs/src/tutorials/add-or-remove-nodes.md index 43aa22de..e2e57097 100644 --- a/docs/src/tutorials/add-or-remove-nodes.md +++ b/docs/src/tutorials/add-or-remove-nodes.md @@ -6,7 +6,7 @@ Or how to scale vertically. To replace the same node with a clean OS, remove it > You can add multiple nodes at the same time -Ensure that it meets the requirements in [prerequisites](../deployment/prerequisites.md), then add its details to the inventory: +Ensure that it meets the requirements in [prerequisites](../deployment/prerequisites.md), then add its details to the inventory **at the end of the group** (masters or workers): ```diff diff --git a/metal/inventories/prod.yml b/metal/inventories/prod.yml