Provision a K3s cluster
mainTo provision a cluster, first create an inventory.yml by copying the sample: cp inventory-sample.yml inventory.yml. Edit the inventory to define your server and agent hosts.
Note: If multiple hosts are in the server group, the playbook automatically configures High Availability (HA) mode with embedded etcd. An odd number of server nodes (3, 5, 7) is required for HA.