Skip to content

Commit 58ffbaf

Browse files
committed
Merge pull request #563 from mdevilliers/patch-1
use the correct ports
2 parents f44ef69 + 85692c3 commit 58ffbaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ 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=8080
20+
kubectl proxy --port=9090
2121
```
22-
And then navigate to `http://localhost:8080/api/v1/proxy/namespaces/kube-system/services/kubernetes-dashboard`
22+
And then navigate to `http://localhost:9090/api/v1/proxy/namespaces/kube-system/services/kubernetes-dashboard`
2323

2424
## Documentation
2525

0 commit comments

Comments
 (0)