mirror of
https://github.com/rancher/k3k.git
synced 2026-04-06 10:46:54 +00:00
26 lines
653 B
Markdown
26 lines
653 B
Markdown
## k3kcli cluster
|
|
|
|
K3k cluster command.
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for cluster
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
--debug Turn on debug logs
|
|
--kubeconfig string kubeconfig path ($HOME/.kube/config or $KUBECONFIG if set)
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [k3kcli](k3kcli.md) - CLI for K3K.
|
|
* [k3kcli cluster create](k3kcli_cluster_create.md) - Create a new cluster.
|
|
* [k3kcli cluster delete](k3kcli_cluster_delete.md) - Delete an existing cluster.
|
|
* [k3kcli cluster list](k3kcli_cluster_list.md) - List all existing clusters.
|
|
* [k3kcli cluster update](k3kcli_cluster_update.md) - Update existing cluster
|
|
|