Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 964 Bytes

kindacool.md

File metadata and controls

31 lines (19 loc) · 964 Bytes

kindacool

kindacool can be used to quickly setup new Kubernetes (k3s) clusters on OpenStack.

Synopsis

kindacool is a CLI to quickly setup new Kubernetes (k3s) clusters on OpenStack. It uses Pulumi Automation API in the background. Before usage it is required to install pulumi and login to a backend. Also you need to source an .openrc file.

A cluster can then be setup with: $ kindacool cluster create

After the cluster is created set the KUBECONFIG env var with: $ eval "$(kindacool cluster kubeconfig --export)"

For more information, please visit the project's homepage: https://github.com/brumhard/kindacool.

Options

  -h, --help   help for kindacool

SEE ALSO

Auto generated by spf13/cobra on 3-Feb-2023