Merge pull request #4611 from yujuhong/fixuidoc

Fix the command in ui.md
pull/6/head
Saad Ali 2015-02-19 11:45:50 -08:00
commit 1ab93f89ff
1 changed files with 1 additions and 1 deletions

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)