Update Dashboard install and access links (#15290)
Updated installation link to refer stable tagged branch and access link.
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
f14ea99943
commit
5cc0fbe1b4
@@ -30,7 +30,7 @@ Dashboard also provides information on the state of Kubernetes resources in your
|
|||||||
The Dashboard UI is not deployed by default. To deploy it, run the following command:
|
The Dashboard UI is not deployed by default. To deploy it, run the following command:
|
||||||
|
|
||||||
```
|
```
|
||||||
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/master/aio/deploy/recommended/kubernetes-dashboard.yaml
|
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta1/aio/deploy/recommended.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
## Accessing the Dashboard UI
|
## Accessing the Dashboard UI
|
||||||
@@ -48,7 +48,7 @@ You can access Dashboard using the kubectl command-line tool by running the foll
|
|||||||
kubectl proxy
|
kubectl proxy
|
||||||
```
|
```
|
||||||
|
|
||||||
Kubectl will make Dashboard available at http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/.
|
Kubectl will make Dashboard available at http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/.
|
||||||
|
|
||||||
The UI can _only_ be accessed from the machine where the command is executed. See `kubectl proxy --help` for more options.
|
The UI can _only_ be accessed from the machine where the command is executed. See `kubectl proxy --help` for more options.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user