Update docs to refer to kubectl rather than kubecfg. Remove cli.md.

Partially addresses #2144. Fixes #834.
This commit is contained in:
Brian Grant
2015-01-22 18:58:04 +00:00
parent 3ae67f8153
commit 55d0d0d258
5 changed files with 5 additions and 166 deletions

View File

@@ -7,7 +7,7 @@ Kubernetes currently supports a simple web user interface.
Start the server:
```sh
cluster/kubecfg.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)