We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44ef69 commit 85692c3Copy full SHA for 85692c3
README.md
@@ -17,9 +17,9 @@ If you find that you’re not able to access the Dashboard you can install and o
17
stable release by running the following commands:
18
```bash
19
kubectl create -f https://rawgit.com/kubernetes/dashboard/master/src/deploy/kubernetes-dashboard.yaml
20
-kubectl proxy --port=8080
+kubectl proxy --port=9090
21
```
22
-And then navigate to `http://localhost:8080/api/v1/proxy/namespaces/kube-system/services/kubernetes-dashboard`
+And then navigate to `http://localhost:9090/api/v1/proxy/namespaces/kube-system/services/kubernetes-dashboard`
23
24
## Documentation
25
0 commit comments