Merge pull request #208 from pingod/fix-issue

solve dashboard installation failure
pull/213/head
Jimmy Song 2018-05-07 14:31:00 +08:00 committed by GitHub
commit aea6f0e73a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 477 KiB

View File

@ -201,6 +201,22 @@ Dashboard 的访问地址不变,重新访问 <http://172.20.0.113:8080/api/v1/
关于如何将dashboard从1.6版本升级到1.7版本请参考[升级dashboard](dashboard-upgrade.md)。
## 问题
1. 按照教程安装后发现dashboard pod 无法启动
```
kubectl -n kube-system describe pod dashboard-xxxxxxx
```
![pod无法正常启动](../images/dashboard-addon-installation001.png)
可以尝试删除所有相关“资源”再重试一次secret、serviceaccount、service、pod、deployment
## 参考
- [WebUI(Dashboard) 文档](https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/)