mirror of
https://github.com/rancher/k3k.git
synced 2026-08-23 22:36:17 +00:00
feat: update kubeconfig generate command (#1158)
* feat: update kubeconfig generate command * improve messages and docs
This commit is contained in:
@@ -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"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user