Merge pull request #4110 from jimmidyson/proxy-tweaks

kubectl proxy: make static prefix configurable
This commit is contained in:
Brian Grant
2015-02-05 07:08:07 -08:00
3 changed files with 12 additions and 5 deletions

View File

@@ -73,7 +73,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
```