Merge pull request #205 from dlorenc/configured
Update start text to mention that kubectl is configured automatically.pull/207/head
commit
6f339df383
|
@ -103,6 +103,8 @@ func runStart(cmd *cobra.Command, args []string) {
|
|||
} else if !active {
|
||||
fmt.Println("Run this command to use the cluster: ")
|
||||
fmt.Printf("kubectl config use-context %s\n", name)
|
||||
} else {
|
||||
fmt.Println("Kubectl is now configured to use the cluster.")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue