Update start text to mention that kubectl is configured automatically.

pull/205/head
Dan Lorenc 2016-06-17 13:13:14 -07:00
parent d8d4382cdc
commit 6cd2db3b67
1 changed files with 2 additions and 0 deletions

View File

@ -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.")
}
}