提交 393d1af3 编写于 作者: T Thomas Stromberg

mention 'minikube logs' for debugging start failures

上级 bf02c016
......@@ -341,7 +341,7 @@ func runStart(cmd *cobra.Command, args []string) {
fmt.Println("Starting cluster components...")
if err := k8sBootstrapper.StartCluster(kubernetesConfig); err != nil {
glog.Errorln("Error starting cluster: ", err)
cmdutil.MaybeReportErrorAndExit(err)
cmdutil.MaybeReportErrorAndExit(fmt.Errorf("%s\nYou may be able to failure logs using: 'minikube logs'\n"))
}
} else {
fmt.Println("Machine exists, restarting cluster components...")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册