Hello, asking for a bit of crowd wisdom - what’s the fastest way for provisioning a rke2 cluster in HA deployment? I.e. shortest time from 0 nodes to e.g. 10. I want to keep control plane/etcd separate from data nodes. K8s cluster is created with VMs, so there is some time on VM creation/initialisation too.
So far I have:
• 1. step - 1 ctrl/etcd, 1 worker - to get cluster up and running via rancher custom provisioner
• 2. step - 1 more ctrl/etcd - triggers reconciliation
• 3. step - 1 more ctrl/etcd - triggers reconciliation
• 4. step - all remaining workers
Is there a better way?