kubectl proxy: make static prefix configurable

This commit is contained in:
Jimmi Dyson
2015-02-04 09:31:39 +00:00
parent 9384f01d56
commit e2baf049c0
3 changed files with 12 additions and 5 deletions

View File

@@ -75,7 +75,8 @@ Usage:
--v=0: log level for V logs
--validate=false: If true, use a schema to validate the input before sending it
--vmodule=: comma-separated list of pattern=N settings for file-filtered logging
-w, --www="": Also serve static files from the given directory under the prefix /static
-w, --www="": Also serve static files from the given directory under the specified prefix
-P, --www-prefix="/static/": Prefix to serve static files under, if static file dir is specified
```