Update docs

pull/4392/head
Bob Aman 7 years ago
parent ab91769e0c
commit 60b68d560f
No known key found for this signature in database
GPG Key ID: B54B66D451D49893

@ -27,6 +27,11 @@ Environment:
$HELM_NO_PLUGINS disable plugins. Set HELM_NO_PLUGINS=1 to disable plugins.
$TILLER_NAMESPACE set an alternative Tiller namespace (default "kube-system")
$KUBECONFIG set an alternative Kubernetes configuration file (default "~/.kube/config")
$HELM_TLS_CA_CERT path to TLS CA certificate used to verify the Helm client and Tiller server certificates (default "$HELM_HOME/ca.pem")
$HELM_TLS_CERT path to TLS client certificate file for authenticating to Tiller (default "$HELM_HOME/cert.pem")
$HELM_TLS_KEY path to TLS client key file for authenticating to Tiller (default "$HELM_HOME/key.pem")
$HELM_TLS_VERIFY enable TLS connection between Helm and Tiller and verify Tiller server certificate (default "false")
$HELM_TLS_ENABLE enable TLS connection between Helm and Tiller (default "false")
### Options
@ -38,6 +43,11 @@ Environment:
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
@ -68,4 +78,4 @@ Environment:
* [helm verify](helm_verify.md) - verify that a chart at the given path has been signed and is valid
* [helm version](helm_version.md) - print the client/server version information
###### Auto generated by spf13/cobra on 14-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -30,9 +30,14 @@ helm completion SHELL
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -49,9 +49,14 @@ helm create NAME
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -24,11 +24,6 @@ helm delete [flags] RELEASE_NAME [...]
--no-hooks prevent hooks from running during deletion
--purge remove the release from the store and make its name free for later use
--timeout int time in seconds to wait for any individual Kubernetes operation (like Jobs for hooks) (default 300)
--tls enable TLS for request
--tls-ca-cert string path to TLS CA certificate file (default "$HELM_HOME/ca.pem")
--tls-cert string path to TLS certificate file (default "$HELM_HOME/cert.pem")
--tls-key string path to TLS key file (default "$HELM_HOME/key.pem")
--tls-verify enable TLS for request and verify remote
```
### Options inherited from parent commands
@ -40,9 +35,14 @@ helm delete [flags] RELEASE_NAME [...]
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -63,6 +63,11 @@ for this case.
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
@ -71,4 +76,4 @@ for this case.
* [helm dependency list](helm_dependency_list.md) - list the dependencies for the given chart
* [helm dependency update](helm_dependency_update.md) - update charts/ based on the contents of requirements.yaml
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -36,9 +36,14 @@ helm dependency build [flags] CHART
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm dependency](helm_dependency.md) - manage a chart's dependencies
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -28,9 +28,14 @@ helm dependency list [flags] CHART
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm dependency](helm_dependency.md) - manage a chart's dependencies
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -41,9 +41,14 @@ helm dependency update [flags] CHART
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm dependency](helm_dependency.md) - manage a chart's dependencies
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -52,7 +52,14 @@ helm fetch [flags] [chart URL | repo/chartname] [...]
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -26,11 +26,6 @@ helm get [flags] RELEASE_NAME
```
--revision int32 get the named release with revision
--tls enable TLS for request
--tls-ca-cert string path to TLS CA certificate file (default "$HELM_HOME/ca.pem")
--tls-cert string path to TLS certificate file (default "$HELM_HOME/cert.pem")
--tls-key string path to TLS key file (default "$HELM_HOME/key.pem")
--tls-verify enable TLS for request and verify remote
```
### Options inherited from parent commands
@ -42,6 +37,11 @@ helm get [flags] RELEASE_NAME
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
@ -50,4 +50,4 @@ helm get [flags] RELEASE_NAME
* [helm get manifest](helm_get_manifest.md) - download the manifest for a named release
* [helm get values](helm_get_values.md) - download the values file for a named release
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -19,11 +19,6 @@ helm get hooks [flags] RELEASE_NAME
```
--revision int32 get the named release with revision
--tls enable TLS for request
--tls-ca-cert string path to TLS CA certificate file (default "$HELM_HOME/ca.pem")
--tls-cert string path to TLS certificate file (default "$HELM_HOME/cert.pem")
--tls-key string path to TLS key file (default "$HELM_HOME/key.pem")
--tls-verify enable TLS for request and verify remote
```
### Options inherited from parent commands
@ -35,9 +30,14 @@ helm get hooks [flags] RELEASE_NAME
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm get](helm_get.md) - download a named release
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -21,11 +21,6 @@ helm get manifest [flags] RELEASE_NAME
```
--revision int32 get the named release with revision
--tls enable TLS for request
--tls-ca-cert string path to TLS CA certificate file (default "$HELM_HOME/ca.pem")
--tls-cert string path to TLS certificate file (default "$HELM_HOME/cert.pem")
--tls-key string path to TLS key file (default "$HELM_HOME/key.pem")
--tls-verify enable TLS for request and verify remote
```
### Options inherited from parent commands
@ -37,9 +32,14 @@ helm get manifest [flags] RELEASE_NAME
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm get](helm_get.md) - download a named release
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -18,11 +18,6 @@ helm get values [flags] RELEASE_NAME
```
-a, --all dump all (computed) values
--revision int32 get the named release with revision
--tls enable TLS for request
--tls-ca-cert string path to TLS CA certificate file (default "$HELM_HOME/ca.pem")
--tls-cert string path to TLS certificate file (default "$HELM_HOME/cert.pem")
--tls-key string path to TLS key file (default "$HELM_HOME/key.pem")
--tls-verify enable TLS for request and verify remote
```
### Options inherited from parent commands
@ -34,9 +29,14 @@ helm get values [flags] RELEASE_NAME
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm get](helm_get.md) - download a named release
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -31,11 +31,6 @@ helm history [flags] RELEASE_NAME
--col-width uint specifies the max column width of output (default 60)
--max int32 maximum number of revision to include in history (default 256)
-o, --output string prints the output in the specified format (json|table|yaml) (default "table")
--tls enable TLS for request
--tls-ca-cert string path to TLS CA certificate file (default "$HELM_HOME/ca.pem")
--tls-cert string path to TLS certificate file (default "$HELM_HOME/cert.pem")
--tls-key string path to TLS key file (default "$HELM_HOME/key.pem")
--tls-verify enable TLS for request and verify remote
```
### Options inherited from parent commands
@ -47,9 +42,14 @@ helm history [flags] RELEASE_NAME
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 14-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -23,9 +23,14 @@ helm home
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -49,10 +49,9 @@ helm init
--stable-repo-url string URL for stable repository (default "https://kubernetes-charts.storage.googleapis.com")
-i, --tiller-image string override Tiller image
--tiller-tls install Tiller with TLS enabled
--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
--tiller-tls-cert string path to Tiller TLS server certificate file
--tiller-tls-key string path to Tiller TLS server key file
--tiller-tls-verify install Tiller with TLS and Helm client certificate verification enabled
--upgrade upgrade if Tiller is already installed
--wait block until Tiller is running and ready to receive requests
```
@ -66,9 +65,14 @@ helm init
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -39,6 +39,11 @@ helm inspect [CHART]
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
@ -47,4 +52,4 @@ helm inspect [CHART]
* [helm inspect readme](helm_inspect_readme.md) - shows inspect readme
* [helm inspect values](helm_inspect_values.md) - shows inspect values
###### Auto generated by spf13/cobra on 14-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -37,9 +37,14 @@ helm inspect chart [CHART]
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm inspect](helm_inspect.md) - inspect a chart
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -35,9 +35,14 @@ helm inspect readme [CHART]
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm inspect](helm_inspect.md) - inspect a chart
###### Auto generated by spf13/cobra on 14-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -37,9 +37,14 @@ helm inspect values [CHART]
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm inspect](helm_inspect.md) - inspect a chart
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -92,11 +92,6 @@ helm install [CHART]
--set stringArray set values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)
--set-string stringArray set STRING values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)
--timeout int time in seconds to wait for any individual Kubernetes operation (like Jobs for hooks) (default 300)
--tls enable TLS for request
--tls-ca-cert string path to TLS CA certificate file (default "$HELM_HOME/ca.pem")
--tls-cert string path to TLS certificate file (default "$HELM_HOME/cert.pem")
--tls-key string path to TLS key file (default "$HELM_HOME/key.pem")
--tls-verify enable TLS for request and verify remote
--username string chart repository username where to locate the requested chart
-f, --values valueFiles specify values in a YAML file or a URL(can specify multiple) (default [])
--verify verify the package before installing it
@ -113,9 +108,14 @@ helm install [CHART]
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 27-Apr-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -37,9 +37,14 @@ helm lint [flags] PATH
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 20-May-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -52,11 +52,6 @@ helm list [flags] [FILTER]
--pending show pending releases
-r, --reverse reverse the sort order
-q, --short output short (quiet) listing format
--tls enable TLS for request
--tls-ca-cert string path to TLS CA certificate file (default "$HELM_HOME/ca.pem")
--tls-cert string path to TLS certificate file (default "$HELM_HOME/cert.pem")
--tls-key string path to TLS key file (default "$HELM_HOME/key.pem")
--tls-verify enable TLS for request and verify remote
```
### Options inherited from parent commands
@ -68,9 +63,14 @@ helm list [flags] [FILTER]
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -42,9 +42,14 @@ helm package [flags] [CHART_PATH] [...]
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 16-Apr-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -18,6 +18,11 @@ Manage client-side Helm plugins.
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
@ -27,4 +32,4 @@ Manage client-side Helm plugins.
* [helm plugin remove](helm_plugin_remove.md) - remove one or more Helm plugins
* [helm plugin update](helm_plugin_update.md) - update one or more Helm plugins
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -31,9 +31,14 @@ helm plugin install [options] <path|url>...
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm plugin](helm_plugin.md) - add, list, or remove Helm plugins
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -20,9 +20,14 @@ helm plugin list
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm plugin](helm_plugin.md) - add, list, or remove Helm plugins
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -20,9 +20,14 @@ helm plugin remove <plugin>...
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm plugin](helm_plugin.md) - add, list, or remove Helm plugins
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -20,9 +20,14 @@ helm plugin update <plugin>...
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm plugin](helm_plugin.md) - add, list, or remove Helm plugins
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -22,6 +22,11 @@ Example usage:
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
@ -32,4 +37,4 @@ Example usage:
* [helm repo remove](helm_repo_remove.md) - remove a chart repository
* [helm repo update](helm_repo_update.md) - update information of available charts locally from chart repositories
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -31,9 +31,14 @@ helm repo add [flags] [NAME] [URL]
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm repo](helm_repo.md) - add, list, remove, update, and index chart repositories
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -36,9 +36,14 @@ helm repo index [flags] [DIR]
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm repo](helm_repo.md) - add, list, remove, update, and index chart repositories
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -20,9 +20,14 @@ helm repo list [flags]
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm repo](helm_repo.md) - add, list, remove, update, and index chart repositories
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -20,9 +20,14 @@ helm repo remove [flags] [NAME]
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm repo](helm_repo.md) - add, list, remove, update, and index chart repositories
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -26,9 +26,14 @@ helm repo update
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm repo](helm_repo.md) - add, list, remove, update, and index chart repositories
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -20,11 +20,6 @@ helm reset
```
-f, --force forces Tiller uninstall even if there are releases installed, or if Tiller is not in ready state. Releases are not deleted.)
--remove-helm-home if set deletes $HELM_HOME
--tls enable TLS for request
--tls-ca-cert string path to TLS CA certificate file (default "$HELM_HOME/ca.pem")
--tls-cert string path to TLS certificate file (default "$HELM_HOME/cert.pem")
--tls-key string path to TLS key file (default "$HELM_HOME/key.pem")
--tls-verify enable TLS for request and verify remote
```
### Options inherited from parent commands
@ -36,9 +31,14 @@ helm reset
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -25,11 +25,6 @@ helm rollback [flags] [RELEASE] [REVISION]
--no-hooks prevent hooks from running during rollback
--recreate-pods performs pods restart for the resource if applicable
--timeout int time in seconds to wait for any individual Kubernetes operation (like Jobs for hooks) (default 300)
--tls enable TLS for request
--tls-ca-cert string path to TLS CA certificate file (default "$HELM_HOME/ca.pem")
--tls-cert string path to TLS certificate file (default "$HELM_HOME/cert.pem")
--tls-key string path to TLS key file (default "$HELM_HOME/key.pem")
--tls-verify enable TLS for request and verify remote
--wait if set, will wait until all Pods, PVCs, Services, and minimum number of Pods of a Deployment are in a ready state before marking the release as successful. It will wait for as long as --timeout
```
@ -42,9 +37,14 @@ helm rollback [flags] [RELEASE] [REVISION]
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -34,9 +34,14 @@ helm search [keyword]
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 23-Apr-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -41,9 +41,14 @@ helm serve
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -25,11 +25,6 @@ helm status [flags] RELEASE_NAME
```
-o, --output string output the status in the specified format (json or yaml)
--revision int32 if set, display the status of the named release with revision
--tls enable TLS for request
--tls-ca-cert string path to TLS CA certificate file (default "$HELM_HOME/ca.pem")
--tls-cert string path to TLS certificate file (default "$HELM_HOME/cert.pem")
--tls-key string path to TLS key file (default "$HELM_HOME/key.pem")
--tls-verify enable TLS for request and verify remote
```
### Options inherited from parent commands
@ -41,9 +36,14 @@ helm status [flags] RELEASE_NAME
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -47,9 +47,14 @@ helm template [flags] CHART
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 22-May-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -21,11 +21,6 @@ helm test [RELEASE]
```
--cleanup delete test pods upon completion
--timeout int time in seconds to wait for any individual Kubernetes operation (like Jobs for hooks) (default 300)
--tls enable TLS for request
--tls-ca-cert string path to TLS CA certificate file (default "$HELM_HOME/ca.pem")
--tls-cert string path to TLS certificate file (default "$HELM_HOME/cert.pem")
--tls-key string path to TLS key file (default "$HELM_HOME/key.pem")
--tls-verify enable TLS for request and verify remote
```
### Options inherited from parent commands
@ -37,9 +32,14 @@ helm test [RELEASE]
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -55,11 +55,6 @@ helm upgrade [RELEASE] [CHART]
--set stringArray set values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)
--set-string stringArray set STRING values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)
--timeout int time in seconds to wait for any individual Kubernetes operation (like Jobs for hooks) (default 300)
--tls enable TLS for request
--tls-ca-cert string path to TLS CA certificate file (default "$HELM_HOME/ca.pem")
--tls-cert string path to TLS certificate file (default "$HELM_HOME/cert.pem")
--tls-key string path to TLS key file (default "$HELM_HOME/key.pem")
--tls-verify enable TLS for request and verify remote
--username string chart repository username where to locate the requested chart
-f, --values valueFiles specify values in a YAML file or a URL(can specify multiple) (default [])
--verify verify the provenance of the chart before upgrading
@ -76,9 +71,14 @@ helm upgrade [RELEASE] [CHART]
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 4-Apr-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -35,9 +35,14 @@ helm verify [flags] PATH
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

@ -34,11 +34,6 @@ helm version
-s, --server server version only
--short print the version number
--template string template for version string format
--tls enable TLS for request
--tls-ca-cert string path to TLS CA certificate file (default "$HELM_HOME/ca.pem")
--tls-cert string path to TLS certificate file (default "$HELM_HOME/cert.pem")
--tls-key string path to TLS key file (default "$HELM_HOME/key.pem")
--tls-verify enable TLS for request and verify remote
```
### Options inherited from parent commands
@ -50,9 +45,14 @@ helm version
--kube-context string name of the kubeconfig context to use
--tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
--tiller-namespace string namespace of Tiller (default "kube-system")
--tls enable TLS connection between Helm and Tiller
--tls-ca-cert string path to TLS CA certificate file used to verify the Helm client and Tiller server certificates
--tls-cert string path to Helm TLS client certificate file for authenticating to Tiller
--tls-key string path to Helm TLS client key file for authenticating to Tiller
--tls-verify enable TLS connection between Helm and Tiller and verify Tiller server certificate
```
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 8-Mar-2018
###### Auto generated by spf13/cobra on 27-Jul-2018

Loading…
Cancel
Save