.TH "HELM" "1" "Nov 2016" "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 $KUBECONFIG set an alternate Kubernetes configuration file (default "\~/.kube/config") .SH OPTIONS .PP \fB\-\-debug\fP[=false] enable verbose output .PP \fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home" location of your Helm config. Overrides $HELM\_HOME .PP \fB\-\-host\fP="" address of tiller. Overrides $HELM\_HOST .PP \fB\-\-kube\-context\fP="" name of the kubeconfig context to use .SH SEE ALSO .PP \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\-repo(1)\fP, \fBhelm\-rollback(1)\fP, \fBhelm\-search(1)\fP, \fBhelm\-serve(1)\fP, \fBhelm\-status(1)\fP, \fBhelm\-upgrade(1)\fP, \fBhelm\-verify(1)\fP, \fBhelm\-version(1)\fP .SH HISTORY .PP 1\-Nov\-2016 Auto generated by spf13/cobra