A quick and easy way to setup a local k3s Cluster using k3sup & Multipass.
export PUBLIC_SSH_KEY_PATH=./demo-key.pub
export PRIVATE_SSH_KEY_PATH=./demo-key
./minimal-k3s-multipass-bootstrap.sh createThe generated kubeconfig will be saved in the current directory.
./minimal-k3s-multipass-bootstrap.sh delete- Ensure
multipassandk3supare installed and in your PATH. - If you see permission errors, check your SSH key permissions.