github.com/felipejfc/helm@v2.1.2+incompatible/docs/man/man1/helm.1 (about) 1 .TH "HELM" "1" "Nov 2016" "Auto generated by spf13/cobra" "" 2 .nh 3 .ad l 4 5 6 .SH NAME 7 .PP 8 helm \- The Helm package manager for Kubernetes. 9 10 11 .SH SYNOPSIS 12 .PP 13 \fBhelm\fP 14 15 16 .SH DESCRIPTION 17 .PP 18 The Kubernetes package manager 19 20 .PP 21 To begin working with Helm, run the 'helm init' command: 22 23 .PP 24 .RS 25 26 .nf 27 $ helm init 28 29 .fi 30 .RE 31 32 .PP 33 This will install Tiller to your running Kubernetes cluster. 34 It will also set up any necessary local configuration. 35 36 .PP 37 Common actions from this point include: 38 .IP \(bu 2 39 helm search: search for charts 40 .IP \(bu 2 41 helm fetch: download a chart to your local directory to view 42 .IP \(bu 2 43 helm install: upload the chart to Kubernetes 44 .IP \(bu 2 45 helm list: list releases of charts 46 47 .PP 48 Environment: 49 $HELM\_HOME set an alternative location for Helm files. By default, these are stored in \~/.helm 50 $HELM\_HOST set an alternative Tiller host. The format is host:port 51 $KUBECONFIG set an alternate Kubernetes configuration file (default "\~/.kube/config") 52 53 54 .SH OPTIONS 55 .PP 56 \fB\-\-debug\fP[=false] 57 enable verbose output 58 59 .PP 60 \fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home" 61 location of your Helm config. Overrides $HELM\_HOME 62 63 .PP 64 \fB\-\-host\fP="" 65 address of tiller. Overrides $HELM\_HOST 66 67 .PP 68 \fB\-\-kube\-context\fP="" 69 name of the kubeconfig context to use 70 71 72 .SH SEE ALSO 73 .PP 74 \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 75 76 77 .SH HISTORY 78 .PP 79 1\-Nov\-2016 Auto generated by spf13/cobra