kubernetes/docs/man/man1/kubectl-proxy.1
Eric Paris 9e9fb9457f automatically generate man pages for kubectl
generate man pages for kubectl using the cobra.Command information.
This will directly create files in (by default) docs/man/man1/ called
kubectl*.1.  Each child verb/cobra command will gets its own man page.
2015-02-12 19:08:52 -05:00

45 lines
902 B
Groff

.TH "KUBERNETES" "1" " kubernetes User Manuals" "Eric Paris" "Jan 2015" ""
.SH NAME
.PP
kubectl proxy \- Run a proxy to the Kubernetes API server
.SH SYNOPSIS
.PP
\fBkubectl proxy\fP [OPTIONS]
.SH DESCRIPTION
.PP
Run a proxy to the Kubernetes API server.
.SH OPTIONS
.PP
\fB\-\-api\-prefix\fP="/api/"
Prefix to serve the proxied API under.
.PP
\fB\-p\fP, \fB\-\-port\fP=8001
The port on which to run the proxy.
.PP
\fB\-w\fP, \fB\-\-www\fP=""
Also serve static files from the given directory under the specified prefix.
.PP
\fB\-P\fP, \fB\-\-www\-prefix\fP="/static/"
Prefix to serve static files under, if static file directory is specified.
.SH SEE ALSO
.PP
\fBkubectl(1)\fP,
.SH HISTORY
.PP
January 2015, Originally compiled by Eric Paris (eparis at redhat dot com) based on the kubernetes source material, but hopefully they have been automatically generated since!