CLI
Help
| # this will show the help text
smol-k8s-lab --help
|
Help text example
Launching the TUI
| # you can also do smol-k8s-lab -i
smol-k8s-lab --interactive
|
Install a k8s distro
This command will launch the TUI by default, unless you have it disabled. If you have the TUI disabled, running this command will run everything via the CLI, unless something in the configuration file is missing or we run into conflicts:
Uninstall a distro of k8s
This command assumes $NAME_OF_YOUR_CLUSTER
is the name of a cluster in your $KUBECONFIG
.
| # --delete can be replaced with -D
smol-k8s-lab --delete $NAME_OF_YOUR_CLUSTER
|