未验证 提交 0a58301e 编写于 作者: T Thomas Strömberg 提交者: GitHub

Merge pull request #3502 from narendra2019/master

issue# 3499: minikube status missing newline at end of output
......@@ -111,7 +111,7 @@ var statusCmd = &cobra.Command{
cmdUtil.MaybeReportErrorAndExitWithCode(err, internalErrorCode)
}
if ks {
kubeconfigSt = "Correctly Configured: pointing to minikube-vm at " + ip.String()
kubeconfigSt = "Correctly Configured: pointing to minikube-vm at " + ip.String() + "\n"
} else {
kubeconfigSt = "Misconfigured: pointing to stale minikube-vm." +
"\nTo fix the kubectl context, run minikube update-context"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册