├── .gitignore ├── LICENSE.md ├── README.md └── minimal-k3s-multipass-bootstrap.sh /.gitignore: -------------------------------------------------------------------------------- 1 | kubeconfig 2 | *.pub -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomowatt/k3s-multipass-bootstrap/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomowatt/k3s-multipass-bootstrap/HEAD/README.md -------------------------------------------------------------------------------- /minimal-k3s-multipass-bootstrap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomowatt/k3s-multipass-bootstrap/HEAD/minimal-k3s-multipass-bootstrap.sh --------------------------------------------------------------------------------