将 calico.yaml 放到 kuboard.cn

This commit is contained in:
huanqing.shao
2019-10-21 11:31:59 +08:00
parent ff325d2297
commit 20109fbce0
8 changed files with 1602 additions and 31 deletions

View File

@ -100,6 +100,7 @@ kubectl delete -f https://kuboard.cn/install-script/kuboard.yaml
**执行命令**
```bash
# 如果您参考 www.kuboard.cn 提供的文档安装 Kuberenetes可在第一个 Master 节点上执行此命令
kubectl -n kube-system describe secret $(kubectl -n kube-system get secret | grep kuboard-user | awk '{print $1}')
```
@ -140,6 +141,7 @@ token: eyJhbGciOiJSUzI1NiIsImtpZCI6IiJ9.eyJpc3MiOiJrdWJlcm5ldGVzL3NlcnZpY2VhY2Nv
执行如下命令可以获得 <span style="color: #F56C6C; font-weight: 500;">只读用户</span> 的 Token
```bash
# 如果您参考 www.kuboard.cn 提供的文档安装 Kuberenetes可在第一个 Master 节点上执行此命令
kubectl -n kube-system describe secret $(kubectl -n kube-system get secret | grep kuboard-viewer | awk '{print $1}')
```