From 1e0a2ebdb54de93976deb401dd692acb12cdc699 Mon Sep 17 00:00:00 2001 From: Yu-Ju Hong Date: Thu, 19 Feb 2015 11:37:03 -0800 Subject: [PATCH] Fix the command in ui.md Tested by running the command locally. --- docs/ui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ui.md b/docs/ui.md index 147ceebc99b38..0b00f47a2d25c 100644 --- a/docs/ui.md +++ b/docs/ui.md @@ -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)