提交 13d12131 编写于 作者: P Piotr Bryk 提交者: GitHub

Link from crash message to the troubleshooting guide (#1348)

Re #1309
上级 009b9ca4
<!--
-----------------NOTICE------------------------
This file is referenced in code as
https://github.com/kubernetes/dashboard/blob/master/docs/user-guide/troubleshooting.md
Do not move it without providing redirects.
-----------------------------------------------
-->
# Troubleshooting
## Authentication to the Kubernetes API Server
......
......@@ -88,5 +88,7 @@ func handleFatalInitError(err error) {
log.Fatalf("Error while initializing connection to Kubernetes apiserver. "+
"This most likely means that the cluster is misconfigured (e.g., it has "+
"invalid apiserver certificates or service accounts configuration) or the "+
"--apiserver-host param points to a server that does not exist. Reason: %s", err)
"--apiserver-host param points to a server that does not exist. Reason: %s\n"+
"Refer to the troubleshooting guide for more information: "+
"https://github.com/kubernetes/dashboard/blob/master/docs/user-guide/troubleshooting.md", err)
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册