Updated docs

pull/2632/head
Aishwarya Thangappa 8 years ago
parent 0377ca29e4
commit e322f6969d

@ -33,21 +33,25 @@ helm init
### Options ### Options
``` ```
--canary-image use the canary Tiller image --canary-image use the canary Tiller image
-c, --client-only if set does not install Tiller -c, --client-only if set does not install Tiller
--dry-run do not install local or remote --dry-run do not install local or remote
--local-repo-url string URL for local repository (default "http://127.0.0.1:8879/charts") --local-repo-url string URL for local repository (default "http://127.0.0.1:8879/charts")
--net-host install Tiller with net=host --net-host install Tiller with net=host
--service-account string name of service account --service-account string name of service account
--skip-refresh do not refresh (download) the local repository cache --skip-refresh do not refresh (download) the local repository cache
--stable-repo-url string URL for stable repository (default "https://kubernetes-charts.storage.googleapis.com") --stable-repo-url string URL for stable repository (default "https://kubernetes-charts.storage.googleapis.com")
-i, --tiller-image string override Tiller image --tiller-cpu-limit string override Tiller CPU limit
--tiller-tls install Tiller with TLS enabled --tiller-cpu-request string override Tiller CPU request
--tiller-tls-cert string path to TLS certificate file to install with Tiller -i, --tiller-image string override Tiller image
--tiller-tls-key string path to TLS key file to install with Tiller --tiller-memory-limit string override Tiller memory limit
--tiller-tls-verify install Tiller with TLS enabled and to verify remote certificates --tiller-memory-request string override Tiller memory request
--tls-ca-cert string path to CA root certificate --tiller-tls install Tiller with TLS enabled
--upgrade upgrade if Tiller is already installed --tiller-tls-cert string path to TLS certificate file to install with Tiller
--tiller-tls-key string path to TLS key file to install with Tiller
--tiller-tls-verify install Tiller with TLS enabled and to verify remote certificates
--tls-ca-cert string path to CA root certificate
--upgrade upgrade if Tiller is already installed
``` ```
### Options inherited from parent commands ### Options inherited from parent commands
@ -63,4 +67,4 @@ helm init
### SEE ALSO ### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes. * [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 26-Jun-2017 ###### Auto generated by spf13/cobra on 12-Jul-2017

Loading…
Cancel
Save