github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/man/man1/helm_init.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\-init \- initialize Helm on both client and server 9 10 11 .SH SYNOPSIS 12 .PP 13 \fBhelm init\fP 14 15 16 .SH DESCRIPTION 17 .PP 18 This command installs Tiller (the helm server side component) onto your 19 Kubernetes Cluster and sets up local configuration in $HELM\_HOME (default \~/.helm/) 20 21 .PP 22 As with the rest of the Helm commands, 'helm init' discovers Kubernetes clusters 23 by reading $KUBECONFIG (default '\~/.kube/config') and using the default context. 24 25 .PP 26 To set up just a local environment, use '\-\-client\-only'. That will configure 27 $HELM\_HOME, but not attempt to connect to a remote cluster and install the Tiller 28 deployment. 29 30 .PP 31 When installing Tiller, 'helm init' will attempt to install the latest released 32 version. You can specify an alternative image with '\-\-tiller\-image'. For those 33 frequently working on the latest code, the flag '\-\-canary\-image' will install 34 the latest pre\-release version of Tiller (e.g. the HEAD commit in the GitHub 35 repository on the master branch). 36 37 .PP 38 To dump a manifest containing the Tiller deployment YAML, combine the 39 '\-\-dry\-run' and '\-\-debug' flags. 40 41 42 .SH OPTIONS 43 .PP 44 \fB\-\-canary\-image\fP[=false] 45 use the canary tiller image 46 47 .PP 48 \fB\-c\fP, \fB\-\-client\-only\fP[=false] 49 if set does not install tiller 50 51 .PP 52 \fB\-\-dry\-run\fP[=false] 53 do not install local or remote 54 55 .PP 56 \fB\-\-local\-repo\-url\fP=" 57 \[la]http://127.0.0.1:8879/charts"\[ra] 58 URL for local repository 59 60 .PP 61 \fB\-\-net\-host\fP[=false] 62 install tiller with net=host 63 64 .PP 65 \fB\-\-service\-account\fP="" 66 name of service account 67 68 .PP 69 \fB\-\-skip\-refresh\fP[=false] 70 do not refresh (download) the local repository cache 71 72 .PP 73 \fB\-\-stable\-repo\-url\fP=" 74 \[la]https://kubernetes-charts.storage.googleapis.com"\[ra] 75 URL for stable repository 76 77 .PP 78 \fB\-i\fP, \fB\-\-tiller\-image\fP="" 79 override tiller image 80 81 .PP 82 \fB\-\-tiller\-tls\fP[=false] 83 install tiller with TLS enabled 84 85 .PP 86 \fB\-\-tiller\-tls\-cert\fP="" 87 path to TLS certificate file to install with tiller 88 89 .PP 90 \fB\-\-tiller\-tls\-key\fP="" 91 path to TLS key file to install with tiller 92 93 .PP 94 \fB\-\-tiller\-tls\-verify\fP[=false] 95 install tiller with TLS enabled and to verify remote certificates 96 97 .PP 98 \fB\-\-tls\-ca\-cert\fP="" 99 path to CA root certificate 100 101 .PP 102 \fB\-\-upgrade\fP[=false] 103 upgrade if tiller is already installed 104 105 106 .SH OPTIONS INHERITED FROM PARENT COMMANDS 107 .PP 108 \fB\-\-debug\fP[=false] 109 enable verbose output 110 111 .PP 112 \fB\-\-home\fP="~/.helm" 113 location of your Helm config. Overrides $HELM\_HOME 114 115 .PP 116 \fB\-\-host\fP="localhost:44134" 117 address of tiller. Overrides $HELM\_HOST 118 119 .PP 120 \fB\-\-kube\-context\fP="" 121 name of the kubeconfig context to use 122 123 .PP 124 \fB\-\-tiller\-namespace\fP="kube\-system" 125 namespace of tiller 126 127 128 .SH SEE ALSO 129 .PP 130 \fBhelm(1)\fP 131 132 133 .SH HISTORY 134 .PP 135 19\-May\-2017 Auto generated by spf13/cobra