Make UI work through kubectl proxy (again)

Fixes #10115.
This commit is contained in:
Daniel Smith
2015-06-22 16:54:37 -07:00
parent ddbe4c914f
commit 689a3ee7a2
3 changed files with 53 additions and 25 deletions

View File

@@ -43,7 +43,7 @@ The above lets you 'curl localhost:8001/custom/api/v1/pods'
Regular expression for hosts that the proxy should accept.
.PP
\fB\-\-accept\-paths\fP="^/api/.*"
\fB\-\-accept\-paths\fP="^/.*"
Regular expression for paths that the proxy should accept.
.PP