[Kubernetes] Add dashboard

Signed-off-by: Kang HuaiShuai <khs1994@khs1994.com>
This commit is contained in:
Kang HuaiShuai
2020-01-09 16:57:38 +08:00
parent f30c5d72a6
commit 3b022db3a2
5 changed files with 54 additions and 2 deletions

View File

@@ -181,3 +181,7 @@ $ kubectl taint nodes --all node-role.kubernetes.io/master-
# 恢复默认值
# $ kubectl taint nodes NODE_NAME node-role.kubernetes.io/master=true:NoSchedule
```
## 参考文档
* [官方文档](https://kubernetes.io/zh/docs/setup/independent/create-cluster-kubeadm/)