Skip to content

Commit 014dcd2

Browse files
author
Aiden
committed
Update k8s dashboard yaml link.
The link before is not functioning anymore, update with new one.
1 parent 73da370 commit 014dcd2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

addons/dashboard.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Kubernetes Dashboard 的部署非常简单,只需要运行
44

55
```sh
6-
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml
6+
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.10.1/src/deploy/recommended/kubernetes-dashboard.yaml
77
```
88

99
稍等一会,dashborad 就会创建好

appendix/play-with-k8s.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ kubectl apply -n kube-system -f "https://cloud.weave.works/k8s/net?k8s-version=$
7373
## 创建Dashboard
7474

7575
```sh
76-
curl -L -s https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml | sed 's/targetPort: 9090/targetPort: 9090\n type: LoadBalancer/' | kubectl apply -f -
76+
curl -L -s https://raw.githubusercontent.com/kubernetes/dashboard/v1.10.1/src/deploy/recommended/kubernetes-dashboard.yaml | sed 's/targetPort: 9090/targetPort: 9090\n type: LoadBalancer/' | kubectl apply -f -
7777
```
7878

7979
稍等一会,在页面上方会显示Dashborad服务的端口号,点击端口号就可以访问Dashboard页面。

en/addons/dashboard.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Kubernetes Dashboard 的部署非常简单,只需要运行
44

55
```sh
6-
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml
6+
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.10.1/src/deploy/recommended/kubernetes-dashboard.yaml
77
```
88

99
稍等一会,dashborad 就会创建好

introduction/cluster.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Play with Kubernetes 有个非常方便的功能:自动在页面上显示所
5353

5454
```sh
5555
# 在 master node 上面运行
56-
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml
56+
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.10.1/src/deploy/recommended/kubernetes-dashboard.yaml
5757
kubectl proxy --address='0.0.0.0' --port=8080 --accept-hosts='^*$'&
5858
```
5959

0 commit comments

Comments
 (0)