Hi folks. I'm trying to set up a multiple-node (multiple k8s nodes) cluster on a single Linux machine with k3s. In the k3s docs (https://rancher.com/docs/k3s/latest/en/quick-start/) I failed to find related information about such setting.
c
creamy-pencil-82913
08/04/2022, 5:13 AM
No, you can't do that. Only one copy of k3s at a time can run directly on the node. You can run multiple copies of k3s in Docker though. Check out #k3d for that.