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
@@ -535,7 +535,7 @@ var _ = When("using the k3kcli", Label("cli"), func() {
By("Generating the kubeconfig")
_, stderr, err = K3kcli("kubeconfig", "generate", "--namespace", clusterNamespace, "--name", clusterName)
_, stderr, err = K3kcli("kubeconfig", "generate", clusterNamespace+"/"+clusterName)
Expect(err).To(Not(HaveOccurred()), string(stderr))
Expect(stderr).To(ContainSubstring("You can start using the cluster"))