#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.