Merge pull request #4611 from yujuhong/fixuidoc

Fix the command in ui.md
This commit is contained in:
Saad Ali
2015-02-19 11:45:50 -08:00

View File

@@ -7,7 +7,7 @@ Kubernetes currently supports a simple web user interface.
Start the server:
```sh
cluster/kubectl.sh proxy -www=$PWD/www
cluster/kubectl.sh proxy --www=$PWD/www
```
The UI should now be running on [localhost](http://localhost:8001/static/index.html#/groups//selector)