fixing
This commit is contained in:
@ -35,9 +35,16 @@ Kubernetes Dashboard 是 Kubernetes 的官方 Web UI。使用 Kubernetes Dashboa
|
||||
执行如下命令,以安装 Kubernetes Dashboard
|
||||
|
||||
``` sh
|
||||
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta4/aio/deploy/recommended.yaml
|
||||
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta5/aio/deploy/recommended.yaml
|
||||
```
|
||||
|
||||
如果访问不了该 yaml 文件,请使用下面的命令,效果是等价的
|
||||
|
||||
``` sh
|
||||
kubectl apply -f https://kuboard.cn/install-script/k8s-dashboard/v2.0.0-beta5.yaml
|
||||
```
|
||||
|
||||
|
||||
## 访问
|
||||
|
||||
Kubernetes Dashboard 当前,只支持使用 Bearer Token登录。
|
||||
|
||||
Reference in New Issue
Block a user