mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-03 11:48:15 +00:00
Fix the command in ui.md
Tested by running the command locally.
This commit is contained in:
@@ -7,7 +7,7 @@ Kubernetes currently supports a simple web user interface.
|
|||||||
Start the server:
|
Start the server:
|
||||||
|
|
||||||
```sh
|
```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)
|
The UI should now be running on [localhost](http://localhost:8001/static/index.html#/groups//selector)
|
||||||
|
|||||||
Reference in New Issue
Block a user