提交 e6c59fa1 编写于 作者: T Thomas Stromberg

Add back accidentally removed status line

上级 9f09f02e
......@@ -354,6 +354,7 @@ This can also be done automatically by setting the env var CHANGE_MINIKUBE_NONE_
if err := bs.PullImages(kubernetesConfig); err != nil {
fmt.Printf("Unable to pull images, which may be OK: %v", err)
}
fmt.Println("Starting cluster components...")
if err := bs.StartCluster(kubernetesConfig); err != nil {
glog.Errorf("Error starting cluster: %v", err)
cmdutil.MaybeReportErrorAndExit(err)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册