Change kubectl proxy --api-prefix default to allow /apis/

This commit is contained in:
Janet Kuo
2015-10-09 12:02:16 -07:00
parent b9c7cf43b2
commit f47c2be539
4 changed files with 12 additions and 13 deletions

View File

@@ -51,7 +51,7 @@ The above lets you 'curl localhost:8001/custom/api/v1/pods'
The IP address on which to serve on.
.PP
\fB\-\-api\-prefix\fP="/api/"
\fB\-\-api\-prefix\fP="/"
Prefix to serve the proxied API under.
.PP