Commit 2f5a6c9e authored by 胡凯旋's avatar 胡凯旋

update

parent ab9fa453
...@@ -31,10 +31,10 @@ $ kubectl get nodes ...@@ -31,10 +31,10 @@ $ kubectl get nodes
7. 部署 `Kubernetes dashboard` 7. 部署 `Kubernetes dashboard`
```bash ```bash
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml $ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml
# 开启本机访问代理 # 开启本机访问代理
$ kubectl proxy $ kubectl proxy
``` ```
通过下面的连接访问 `Dashboard`: 通过下面的连接访问 `Dashboard`:
[`http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/`]( [`http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/`](
http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/) http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment