mirror of https://github.com/helm/helm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80 lines
1.6 KiB
80 lines
1.6 KiB
.TH "HELM" "1" "May 2017" "Auto generated by spf13/cobra" ""
|
|
.nh
|
|
.ad l
|
|
|
|
|
|
.SH NAME
|
|
.PP
|
|
helm\-serve \- start a local http web server
|
|
|
|
|
|
.SH SYNOPSIS
|
|
.PP
|
|
\fBhelm serve\fP
|
|
|
|
|
|
.SH DESCRIPTION
|
|
.PP
|
|
This command starts a local chart repository server that serves charts from a local directory.
|
|
|
|
.PP
|
|
The new server will provide HTTP access to a repository. By default, it will
|
|
scan all of the charts in '$HELM\_HOME/repository/local' and serve those over
|
|
the local IPv4 TCP port (default '127.0.0.1:8879').
|
|
|
|
.PP
|
|
This command is intended to be used for educational and testing purposes only.
|
|
It is best to rely on a dedicated web server or a cloud\-hosted solution like
|
|
Google Cloud Storage for production use.
|
|
|
|
.PP
|
|
See
|
|
\[la]https://github.com/kubernetes/helm/blob/master/docs/chart_repository.md#hosting-chart-repositories\[ra]
|
|
for more information on hosting chart repositories in a production setting.
|
|
|
|
|
|
.SH OPTIONS
|
|
.PP
|
|
\fB\-\-address\fP="127.0.0.1:8879"
|
|
address to listen on
|
|
|
|
.PP
|
|
\fB\-\-repo\-path\fP=""
|
|
local directory path from which to serve charts
|
|
|
|
.PP
|
|
\fB\-\-url\fP=""
|
|
external URL of chart repository
|
|
|
|
|
|
.SH OPTIONS INHERITED FROM PARENT COMMANDS
|
|
.PP
|
|
\fB\-\-debug\fP[=false]
|
|
enable verbose output
|
|
|
|
.PP
|
|
\fB\-\-home\fP="~/.helm"
|
|
location of your Helm config. Overrides $HELM\_HOME
|
|
|
|
.PP
|
|
\fB\-\-host\fP="localhost:44134"
|
|
address of tiller. Overrides $HELM\_HOST
|
|
|
|
.PP
|
|
\fB\-\-kube\-context\fP=""
|
|
name of the kubeconfig context to use
|
|
|
|
.PP
|
|
\fB\-\-tiller\-namespace\fP="kube\-system"
|
|
namespace of tiller
|
|
|
|
|
|
.SH SEE ALSO
|
|
.PP
|
|
\fBhelm(1)\fP
|
|
|
|
|
|
.SH HISTORY
|
|
.PP
|
|
19\-May\-2017 Auto generated by spf13/cobra
|