mirror of
https://github.com/rancher/k3k.git
synced 2026-05-05 17:06:48 +00:00
cli - fix bug with Kubeconfig value resolution
This commit is contained in:
@@ -39,7 +39,7 @@ Create new cluster
|
||||
|
||||
**--cluster-cidr**="": cluster CIDR
|
||||
|
||||
**--kubeconfig**="": kubeconfig path (default: "$HOME/.kube/config")
|
||||
**--kubeconfig**="": kubeconfig path (default: $HOME/.kube/config)
|
||||
|
||||
**--kubeconfig-server**="": override the kubeconfig server host
|
||||
|
||||
@@ -67,7 +67,7 @@ Delete an existing cluster
|
||||
|
||||
>k3kcli cluster delete [command options] NAME
|
||||
|
||||
**--kubeconfig**="": kubeconfig path (default: "$HOME/.kube/config")
|
||||
**--kubeconfig**="": kubeconfig path (default: $HOME/.kube/config)
|
||||
|
||||
**--namespace**="": namespace to create the k3k cluster in
|
||||
|
||||
@@ -87,7 +87,7 @@ Generate kubeconfig for clusters
|
||||
|
||||
**--expiration-days**="": Expiration date of the certificates used for the kubeconfig (default: 356)
|
||||
|
||||
**--kubeconfig**="": kubeconfig path (default: "$HOME/.kube/config")
|
||||
**--kubeconfig**="": kubeconfig path (default: $HOME/.kube/config)
|
||||
|
||||
**--kubeconfig-server**="": override the kubeconfig server host
|
||||
|
||||
|
||||
Reference in New Issue
Block a user