k3s-multipass-cluster

March 5, 2020 ยท View on GitHub

WARNING

  • the script is just for personal use and it works for me. You are more then welcome to use it, but this comes with no warranty. Use it at your own risk.

how to use it

$ curl -sfL https://raw.githubusercontent.com/mattiaperi/k3s-multipass-cluster/master/k3s-multipass-cluster.bash | bash -

Some flags are available:

$ ./k3s-multipass-cluster.bash -h
k3s-multipass-cluster.bash accepted CLI arguments are:
  [-h|--help]                       Prints this help
  [-v|--version <desired_version>]  When not defined it defaults to the latest tested version
                                    e.g. --version v1.17.3+k3s1 or -v latest
  [-d|--no-deploy <component>]      When not defined it installs all 3rd parts components
                                    e.g. --no-deploy dashboard

$ ./k3s-multipass-cluster.bash --version v1.17.2+k3s1 --no-deploy dashboard --no-deploy weavescope --no-deploy prometheus