Skip to content

Commit 11ad639

Browse files
committed
Merge pull request #774 from cheld/fix-deploy
Fix installation guide
2 parents 7d14d70 + c19969c commit 11ad639

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ If you find that you’re not able to access the Dashboard you can install and o
1717
stable release by running the following commands:
1818
```bash
1919
kubectl create -f https://rawgit.com/kubernetes/dashboard/master/src/deploy/kubernetes-dashboard.yaml
20-
kubectl proxy --port=9090
2120
```
22-
And then navigate to `http://localhost:9090/api/v1/proxy/namespaces/kube-system/services/kubernetes-dashboard`
21+
And then navigate to `https://<kubernetes-master>/ui`
2322

2423
If it asks password, use `$ kubectl config view` to find it.
2524

src/deploy/kubernetes-dashboard-canary.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ items:
6161
metadata:
6262
labels:
6363
app: kubernetes-dashboard-canary
64-
kubernetes.io/cluster-service: "true"
6564
name: dashboard-canary
6665
namespace: kube-system
6766
spec:

src/deploy/kubernetes-dashboard.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ items:
5959
metadata:
6060
labels:
6161
app: kubernetes-dashboard
62-
kubernetes.io/cluster-service: "true"
6362
name: kubernetes-dashboard
6463
namespace: kube-system
6564
spec:

0 commit comments

Comments
 (0)