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.
86 lines
2.2 KiB
86 lines
2.2 KiB
.TH "HELM" "1" "May 2017" "Auto generated by spf13/cobra" ""
|
|
.nh
|
|
.ad l
|
|
|
|
|
|
.SH NAME
|
|
.PP
|
|
helm \- The Helm package manager for Kubernetes.
|
|
|
|
|
|
.SH SYNOPSIS
|
|
.PP
|
|
\fBhelm\fP
|
|
|
|
|
|
.SH DESCRIPTION
|
|
.PP
|
|
The Kubernetes package manager
|
|
|
|
.PP
|
|
To begin working with Helm, run the 'helm init' command:
|
|
|
|
.PP
|
|
.RS
|
|
|
|
.nf
|
|
$ helm init
|
|
|
|
.fi
|
|
.RE
|
|
|
|
.PP
|
|
This will install Tiller to your running Kubernetes cluster.
|
|
It will also set up any necessary local configuration.
|
|
|
|
.PP
|
|
Common actions from this point include:
|
|
.IP \(bu 2
|
|
helm search: search for charts
|
|
.IP \(bu 2
|
|
helm fetch: download a chart to your local directory to view
|
|
.IP \(bu 2
|
|
helm install: upload the chart to Kubernetes
|
|
.IP \(bu 2
|
|
helm list: list releases of charts
|
|
|
|
.PP
|
|
Environment:
|
|
$HELM\_HOME set an alternative location for Helm files. By default, these are stored in \~/.helm
|
|
$HELM\_HOST set an alternative Tiller host. The format is host:port
|
|
$HELM\_NO\_PLUGINS disable plugins. Set HELM\_NO\_PLUGINS=1 to disable plugins.
|
|
$TILLER\_NAMESPACE set an alternative Tiller namespace (default "kube\-namespace")
|
|
$KUBECONFIG set an alternative Kubernetes configuration file (default "\~/.kube/config")
|
|
|
|
|
|
.SH OPTIONS
|
|
.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\-completion(1)\fP, \fBhelm\-create(1)\fP, \fBhelm\-delete(1)\fP, \fBhelm\-dependency(1)\fP, \fBhelm\-fetch(1)\fP, \fBhelm\-get(1)\fP, \fBhelm\-history(1)\fP, \fBhelm\-home(1)\fP, \fBhelm\-init(1)\fP, \fBhelm\-inspect(1)\fP, \fBhelm\-install(1)\fP, \fBhelm\-lint(1)\fP, \fBhelm\-list(1)\fP, \fBhelm\-package(1)\fP, \fBhelm\-plugin(1)\fP, \fBhelm\-repo(1)\fP, \fBhelm\-reset(1)\fP, \fBhelm\-rollback(1)\fP, \fBhelm\-search(1)\fP, \fBhelm\-serve(1)\fP, \fBhelm\-status(1)\fP, \fBhelm\-test(1)\fP, \fBhelm\-upgrade(1)\fP, \fBhelm\-verify(1)\fP, \fBhelm\-version(1)\fP
|
|
|
|
|
|
.SH HISTORY
|
|
.PP
|
|
19\-May\-2017 Auto generated by spf13/cobra
|