mirror of
https://github.com/rancher/k3k.git
synced 2026-05-08 18:36:38 +00:00
* adding scripts for asciidoc cli generation * fix small typos to align to existing docs * added pandoc * pandoc check
33 lines
534 B
Markdown
33 lines
534 B
Markdown
## k3kcli cluster list
|
|
|
|
List all existing clusters.
|
|
|
|
```
|
|
k3kcli cluster list [flags]
|
|
```
|
|
|
|
### Examples
|
|
|
|
```
|
|
k3kcli cluster list [command options]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for list
|
|
-n, --namespace string namespace of the k3k 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 cluster](k3kcli_cluster.md) - K3k cluster command.
|
|
|