k3s Install
Initialise cluster
curl -sfL https://get.k3s.io | K3S_TOKEN=<example token> sh -s - server --cluster-initAdd additional nodes
curl -sfL https://get.k3s.io | K3S_TOKEN=<example token> sh -s - server --server https://<master node fqdn/ip>:6443Verify node status
kubectl get nodesCopy kubeconfig file
Last updated