From 98aff8fb4c6cc3d7c35ef1a9e36c018e33e4d856 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 27 Dec 2024 21:16:06 -0500 Subject: [PATCH] Add missing step --- docs/deployment/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/getting-started.md b/docs/deployment/getting-started.md index d15053b..feca787 100644 --- a/docs/deployment/getting-started.md +++ b/docs/deployment/getting-started.md @@ -954,7 +954,7 @@ Congratulations, you now have a PVC cluster, ready to run your VMs. ### Adding additional nodes -If you want to add additional non-coordinator nodes, you can do so now. Run through the node installer on them, and then bootstrap them using the Ansible playbook **without** the `-e bootstrap` option. The nodes will be automatically configured and join the cluster when they reboot, ready to provide compute for VMs or additional OSD disks for storage. +If you want to add additional non-coordinator nodes, you can do so now. Add them your `hosts` list and the cluster `group_vars`. Run through the node installer on them, and then bootstrap them using the Ansible playbook **without** the `-e bootstrap` option. The nodes will be automatically configured and join the cluster when they reboot, ready to provide compute for VMs or additional OSD disks for storage. ## Next steps