feat: update kubeconfig generate command (#1158)

* feat: update kubeconfig generate command

* improve messages and docs
This commit is contained in:
Enrico Candino
2026-08-19 13:08:53 +02:00
committed by GitHub
parent 8fec5a4079
commit af7fd3918a
9 changed files with 169 additions and 14 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ Add `my-cluster.example.com` to `spec.tlsSANs` so the API server certificate cov
the kubeconfig with the matching endpoint:
```bash
k3kcli kubeconfig generate --namespace my-namespace --name my-virtual-cluster \
k3kcli kubeconfig generate my-namespace/my-virtual-cluster \
--kubeconfig-server https://my-cluster.example.com
```