提交 9368579b 编写于 作者: C Cole Mickens 提交者: Piotr Bryk

add kubectl proxy usage instructions (#1150)

* add kubectl proxy usage instructions
上级 444acd47
......@@ -10,7 +10,6 @@ itself.
![Dashboard UI workloads page](docs/dashboard-ui.png)
## Usage
It is likely that Dashboard is already installed on your cluster. To access it navigate in your
browser to the following URL: `https://<kubernetes-master>/ui`.
......@@ -23,6 +22,20 @@ And then navigate to `https://<kubernetes-master>/ui`
If it asks password, use `$ kubectl config view` to find it.
## Alternative Usage
Alternatively, you may access the UI via the Service Proxy. This is useful if you have a `kubectl`
configured with access to the cluster, but lack password credentials for use in browser:
```bash
kubectl proxy
```
This will make the dashboard available:
* http://localhost:8001/ui
This will only be available from the machine where the command is executed, but you can see
`kubectl proxy --help` for more options.
## Documentation
* The [user guide](http://kubernetes.io/docs/user-guide/ui/) is an entry point for users of Dashboard
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册