Skip to content

Bootstrap script to get a k3s Cluster created with Multipass for local development.

License

Notifications You must be signed in to change notification settings

tomowatt/k3s-multipass-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

k3s-multipass-bootstrap

A quick and easy way to setup a local k3s Cluster using k3sup & Multipass.

Requires the following to be installed:

Requires two Environment Variables: PUBLIC_SSH_KEY_PATH - File Path to Public SSH Key for Multipass Instances PRIVATE_SSH_KEY_PATH - File Path to Private SSH Key for Multipass Instances

Example:

PUBLIC_SSH_KEY_PATH=./demo-key.pub PRIVATE_SSH_KEY_PATH=./demo-key ./minimal-k3s-multipass-bootstrap.sh

The kubeconfig will be stored in the directory from where the script is ran.

Clearing the VM Instances:

multipass delete --all && multipass purge

About

Bootstrap script to get a k3s Cluster created with Multipass for local development.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages