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 create
The generated kubeconfig
will be saved in the current directory.
./minimal-k3s-multipass-bootstrap.sh delete
- Ensure
multipass
andk3sup
are installed and in your PATH. - If you see permission errors, check your SSH key permissions.