mirror of
https://github.com/rancher/k3k.git
synced 2026-05-11 03:47:46 +00:00
* adding scripts for asciidoc cli generation * fix small typos to align to existing docs * added pandoc * pandoc check
23 lines
451 B
Markdown
23 lines
451 B
Markdown
## k3kcli kubeconfig
|
|
|
|
Manage kubeconfig for clusters.
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for kubeconfig
|
|
```
|
|
|
|
### 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 kubeconfig generate](k3kcli_kubeconfig_generate.md) - Generate kubeconfig for clusters.
|
|
|