github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/man/man1/helm.1 (about) 1 .TH "HELM" "1" "May 2017" "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 $HELM\_NO\_PLUGINS disable plugins. Set HELM\_NO\_PLUGINS=1 to disable plugins. 52 $TILLER\_NAMESPACE set an alternative Tiller namespace (default "kube\-namespace") 53 $KUBECONFIG set an alternative Kubernetes configuration file (default "\~/.kube/config") 54 55 56 .SH OPTIONS 57 .PP 58 \fB\-\-debug\fP[=false] 59 enable verbose output 60 61 .PP 62 \fB\-\-home\fP="~/.helm" 63 location of your Helm config. Overrides $HELM\_HOME 64 65 .PP 66 \fB\-\-host\fP="localhost:44134" 67 address of tiller. Overrides $HELM\_HOST 68 69 .PP 70 \fB\-\-kube\-context\fP="" 71 name of the kubeconfig context to use 72 73 .PP 74 \fB\-\-tiller\-namespace\fP="kube\-system" 75 namespace of tiller 76 77 78 .SH SEE ALSO 79 .PP 80 \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 81 82 83 .SH HISTORY 84 .PP 85 19\-May\-2017 Auto generated by spf13/cobra