Skip to content

Commit 85692c3

Browse files
committed
use the correct ports in the readme with the k8s config
1 parent f44ef69 commit 85692c3

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)