mirror of
https://github.com/rancher/k3k.git
synced 2026-05-06 01:16:52 +00:00
* wip * env var fix * cluster create * cluster create and delete * cluster list * cluster cmd * kubeconfig * policy create * policy delete and list, and added root commands * removed urfavecli from k3kcli * fix policy command * k3k-kubelet to cobra * updated docs * updated go.mod * updated test * added deletion * added cleanup and flake attempts * wip bind env * simplified config
19 lines
428 B
Markdown
19 lines
428 B
Markdown
## k3kcli
|
|
|
|
CLI for K3K
|
|
|
|
### Options
|
|
|
|
```
|
|
--debug Turn on debug logs
|
|
-h, --help help for k3kcli
|
|
--kubeconfig string kubeconfig path ($HOME/.kube/config or $KUBECONFIG if set)
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [k3kcli cluster](k3kcli_cluster.md) - cluster command
|
|
* [k3kcli kubeconfig](k3kcli_kubeconfig.md) - Manage kubeconfig for clusters
|
|
* [k3kcli policy](k3kcli_policy.md) - policy command
|
|
|