Update start text to mention that kubectl is configured automatically.
parent
d8d4382cdc
commit
6cd2db3b67
|
@ -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