docs(tutorials): ensure add new nodes at the end of the group

This commit is contained in:
Khue Doan 2022-02-13 09:10:34 +07:00
parent 6fd1ba1a6c
commit aaaccb4fca

View File

@ -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