https://rancher.com/ logo
Title
g

gifted-morning-94496

09/11/2022, 10:31 AM
#k3s how do I create the k3s cluster with 3 master and 3 worker nodes with a single command line? do we have any configuration file (having all the node details) and pass it as argument to k3s .. please let me know !!
something like cluster configuration file in K8s ?
c

creamy-pencil-82913

09/12/2022, 6:05 PM
you can’t launch an entire cluster on multiple nodes using just k3s. K3s must be installed and configured on each node individually.
1
You might look at a tool like https://github.com/alexellis/k3sup to do that for you, or use traditional tools like ansible.