diff --git a/docs/helm/helm.md b/docs/helm/helm.md index 8592cad7c..7e891b92a 100644 --- a/docs/helm/helm.md +++ b/docs/helm/helm.md @@ -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 diff --git a/docs/helm/helm_completion.md b/docs/helm/helm_completion.md index 994205d88..30e42901c 100644 --- a/docs/helm/helm_completion.md +++ b/docs/helm/helm_completion.md @@ -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 diff --git a/docs/helm/helm_create.md b/docs/helm/helm_create.md index 6e0f3de78..6a6045f87 100644 --- a/docs/helm/helm_create.md +++ b/docs/helm/helm_create.md @@ -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 diff --git a/docs/helm/helm_delete.md b/docs/helm/helm_delete.md index 5d41cd7ea..9c0e87d57 100644 --- a/docs/helm/helm_delete.md +++ b/docs/helm/helm_delete.md @@ -20,15 +20,10 @@ helm delete [flags] RELEASE_NAME [...] ### Options ``` - --dry-run simulate a delete - --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 + --dry-run simulate a delete + --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) ``` ### 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 diff --git a/docs/helm/helm_dependency.md b/docs/helm/helm_dependency.md index 34d49e20a..079304e7c 100644 --- a/docs/helm/helm_dependency.md +++ b/docs/helm/helm_dependency.md @@ -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 diff --git a/docs/helm/helm_dependency_build.md b/docs/helm/helm_dependency_build.md index 0413a9a85..7e9c865ca 100644 --- a/docs/helm/helm_dependency_build.md +++ b/docs/helm/helm_dependency_build.md @@ -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 diff --git a/docs/helm/helm_dependency_list.md b/docs/helm/helm_dependency_list.md index b4343081c..70df8fb8c 100644 --- a/docs/helm/helm_dependency_list.md +++ b/docs/helm/helm_dependency_list.md @@ -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 diff --git a/docs/helm/helm_dependency_update.md b/docs/helm/helm_dependency_update.md index 3c90ff779..fcf0506bf 100644 --- a/docs/helm/helm_dependency_update.md +++ b/docs/helm/helm_dependency_update.md @@ -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 diff --git a/docs/helm/helm_fetch.md b/docs/helm/helm_fetch.md index 1ddef65fa..fb3c1040b 100644 --- a/docs/helm/helm_fetch.md +++ b/docs/helm/helm_fetch.md @@ -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 diff --git a/docs/helm/helm_get.md b/docs/helm/helm_get.md index 9cd70e520..c170e10e0 100644 --- a/docs/helm/helm_get.md +++ b/docs/helm/helm_get.md @@ -25,12 +25,7 @@ helm get [flags] RELEASE_NAME ### Options ``` - --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 + --revision int32 get the named release with revision ``` ### 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 diff --git a/docs/helm/helm_get_hooks.md b/docs/helm/helm_get_hooks.md index 85fa5d04b..444af28a2 100644 --- a/docs/helm/helm_get_hooks.md +++ b/docs/helm/helm_get_hooks.md @@ -18,12 +18,7 @@ helm get hooks [flags] RELEASE_NAME ### Options ``` - --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 + --revision int32 get the named release with revision ``` ### 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 diff --git a/docs/helm/helm_get_manifest.md b/docs/helm/helm_get_manifest.md index a00c1be56..bf9e6b372 100644 --- a/docs/helm/helm_get_manifest.md +++ b/docs/helm/helm_get_manifest.md @@ -20,12 +20,7 @@ helm get manifest [flags] RELEASE_NAME ### Options ``` - --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 + --revision int32 get the named release with revision ``` ### 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 diff --git a/docs/helm/helm_get_values.md b/docs/helm/helm_get_values.md index d8944b475..e63207fd9 100644 --- a/docs/helm/helm_get_values.md +++ b/docs/helm/helm_get_values.md @@ -16,13 +16,8 @@ helm get values [flags] RELEASE_NAME ### Options ``` - -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 + -a, --all dump all (computed) values + --revision int32 get the named release with revision ``` ### 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 diff --git a/docs/helm/helm_history.md b/docs/helm/helm_history.md index ac51a8994..06bc2352e 100755 --- a/docs/helm/helm_history.md +++ b/docs/helm/helm_history.md @@ -28,14 +28,9 @@ helm history [flags] RELEASE_NAME ### Options ``` - --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 + --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") ``` ### 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 diff --git a/docs/helm/helm_home.md b/docs/helm/helm_home.md index bdccd756f..4a34c98f8 100644 --- a/docs/helm/helm_home.md +++ b/docs/helm/helm_home.md @@ -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 diff --git a/docs/helm/helm_init.md b/docs/helm/helm_init.md index 5374488af..e5f87f843 100644 --- a/docs/helm/helm_init.md +++ b/docs/helm/helm_init.md @@ -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 diff --git a/docs/helm/helm_inspect.md b/docs/helm/helm_inspect.md index e46b3dbf4..2c2a8773d 100644 --- a/docs/helm/helm_inspect.md +++ b/docs/helm/helm_inspect.md @@ -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 diff --git a/docs/helm/helm_inspect_chart.md b/docs/helm/helm_inspect_chart.md index cd1328b59..41773a25d 100644 --- a/docs/helm/helm_inspect_chart.md +++ b/docs/helm/helm_inspect_chart.md @@ -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 diff --git a/docs/helm/helm_inspect_readme.md b/docs/helm/helm_inspect_readme.md index 9dd9ebd43..de7cb4c95 100644 --- a/docs/helm/helm_inspect_readme.md +++ b/docs/helm/helm_inspect_readme.md @@ -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 diff --git a/docs/helm/helm_inspect_values.md b/docs/helm/helm_inspect_values.md index 6a907cc7d..a2c23c02b 100644 --- a/docs/helm/helm_inspect_values.md +++ b/docs/helm/helm_inspect_values.md @@ -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 diff --git a/docs/helm/helm_install.md b/docs/helm/helm_install.md index 9f1ad86b0..c346157f9 100644 --- a/docs/helm/helm_install.md +++ b/docs/helm/helm_install.md @@ -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 diff --git a/docs/helm/helm_lint.md b/docs/helm/helm_lint.md index c10322efd..ebaec801e 100644 --- a/docs/helm/helm_lint.md +++ b/docs/helm/helm_lint.md @@ -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 diff --git a/docs/helm/helm_list.md b/docs/helm/helm_list.md index 1d5bf7ea2..e9b253d64 100755 --- a/docs/helm/helm_list.md +++ b/docs/helm/helm_list.md @@ -39,24 +39,19 @@ helm list [flags] [FILTER] ### Options ``` - -a, --all show all releases, not just the ones marked DEPLOYED - --col-width uint specifies the max column width of output (default 60) - -d, --date sort by release date - --deleted show deleted releases - --deleting show releases that are currently being deleted - --deployed show deployed releases. If no other is specified, this will be automatically enabled - --failed show failed releases - -m, --max int maximum number of releases to fetch (default 256) - --namespace string show releases within a specific namespace - -o, --offset string next release name in the list, used to offset from start value - --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 + -a, --all show all releases, not just the ones marked DEPLOYED + --col-width uint specifies the max column width of output (default 60) + -d, --date sort by release date + --deleted show deleted releases + --deleting show releases that are currently being deleted + --deployed show deployed releases. If no other is specified, this will be automatically enabled + --failed show failed releases + -m, --max int maximum number of releases to fetch (default 256) + --namespace string show releases within a specific namespace + -o, --offset string next release name in the list, used to offset from start value + --pending show pending releases + -r, --reverse reverse the sort order + -q, --short output short (quiet) listing format ``` ### 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 diff --git a/docs/helm/helm_package.md b/docs/helm/helm_package.md index 21090fa45..da6ffa4f4 100644 --- a/docs/helm/helm_package.md +++ b/docs/helm/helm_package.md @@ -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 diff --git a/docs/helm/helm_plugin.md b/docs/helm/helm_plugin.md index cc42aa4dc..863aaa0d1 100644 --- a/docs/helm/helm_plugin.md +++ b/docs/helm/helm_plugin.md @@ -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 diff --git a/docs/helm/helm_plugin_install.md b/docs/helm/helm_plugin_install.md index 196ca97dd..65a4672e2 100644 --- a/docs/helm/helm_plugin_install.md +++ b/docs/helm/helm_plugin_install.md @@ -31,9 +31,14 @@ helm plugin install [options] ... --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 diff --git a/docs/helm/helm_plugin_list.md b/docs/helm/helm_plugin_list.md index ddfd04ee6..f9bf84144 100644 --- a/docs/helm/helm_plugin_list.md +++ b/docs/helm/helm_plugin_list.md @@ -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 diff --git a/docs/helm/helm_plugin_remove.md b/docs/helm/helm_plugin_remove.md index 8543a367a..b10691afa 100644 --- a/docs/helm/helm_plugin_remove.md +++ b/docs/helm/helm_plugin_remove.md @@ -20,9 +20,14 @@ helm plugin remove ... --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 diff --git a/docs/helm/helm_plugin_update.md b/docs/helm/helm_plugin_update.md index 9e5e205f0..153bbe60f 100644 --- a/docs/helm/helm_plugin_update.md +++ b/docs/helm/helm_plugin_update.md @@ -20,9 +20,14 @@ helm plugin 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 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 diff --git a/docs/helm/helm_repo.md b/docs/helm/helm_repo.md index 4109ceca4..bdd824cb5 100644 --- a/docs/helm/helm_repo.md +++ b/docs/helm/helm_repo.md @@ -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 diff --git a/docs/helm/helm_repo_add.md b/docs/helm/helm_repo_add.md index 456ffa27e..d01ec0873 100644 --- a/docs/helm/helm_repo_add.md +++ b/docs/helm/helm_repo_add.md @@ -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 diff --git a/docs/helm/helm_repo_index.md b/docs/helm/helm_repo_index.md index 14b412b29..4bd5a04ec 100644 --- a/docs/helm/helm_repo_index.md +++ b/docs/helm/helm_repo_index.md @@ -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 diff --git a/docs/helm/helm_repo_list.md b/docs/helm/helm_repo_list.md index 858ef957f..55785ff4d 100644 --- a/docs/helm/helm_repo_list.md +++ b/docs/helm/helm_repo_list.md @@ -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 diff --git a/docs/helm/helm_repo_remove.md b/docs/helm/helm_repo_remove.md index 801bc3c3f..f26916484 100644 --- a/docs/helm/helm_repo_remove.md +++ b/docs/helm/helm_repo_remove.md @@ -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 diff --git a/docs/helm/helm_repo_update.md b/docs/helm/helm_repo_update.md index 897ed24b7..e53722ef9 100644 --- a/docs/helm/helm_repo_update.md +++ b/docs/helm/helm_repo_update.md @@ -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 diff --git a/docs/helm/helm_reset.md b/docs/helm/helm_reset.md index ed68b1b84..c87886cf7 100644 --- a/docs/helm/helm_reset.md +++ b/docs/helm/helm_reset.md @@ -18,13 +18,8 @@ helm reset ### Options ``` - -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 + -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 ``` ### 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 diff --git a/docs/helm/helm_rollback.md b/docs/helm/helm_rollback.md index 4b6dcbbb2..a547936c6 100644 --- a/docs/helm/helm_rollback.md +++ b/docs/helm/helm_rollback.md @@ -20,17 +20,12 @@ helm rollback [flags] [RELEASE] [REVISION] ### Options ``` - --dry-run simulate a rollback - --force force resource update through delete/recreate if needed - --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 + --dry-run simulate a rollback + --force force resource update through delete/recreate if needed + --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) + --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 ``` ### Options inherited from parent commands @@ -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 diff --git a/docs/helm/helm_search.md b/docs/helm/helm_search.md index 1ed04e880..056398ff4 100644 --- a/docs/helm/helm_search.md +++ b/docs/helm/helm_search.md @@ -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 diff --git a/docs/helm/helm_serve.md b/docs/helm/helm_serve.md index 90ebb6da9..c67dd365b 100644 --- a/docs/helm/helm_serve.md +++ b/docs/helm/helm_serve.md @@ -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 diff --git a/docs/helm/helm_status.md b/docs/helm/helm_status.md index 02ec0ad66..2eadf5496 100644 --- a/docs/helm/helm_status.md +++ b/docs/helm/helm_status.md @@ -23,13 +23,8 @@ helm status [flags] RELEASE_NAME ### Options ``` - -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 + -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 ``` ### 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 diff --git a/docs/helm/helm_template.md b/docs/helm/helm_template.md index cdc8a84a6..b58e41dde 100644 --- a/docs/helm/helm_template.md +++ b/docs/helm/helm_template.md @@ -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 diff --git a/docs/helm/helm_test.md b/docs/helm/helm_test.md index 062244e73..69f10ca55 100644 --- a/docs/helm/helm_test.md +++ b/docs/helm/helm_test.md @@ -19,13 +19,8 @@ helm test [RELEASE] ### Options ``` - --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 + --cleanup delete test pods upon completion + --timeout int time in seconds to wait for any individual Kubernetes operation (like Jobs for hooks) (default 300) ``` ### 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 diff --git a/docs/helm/helm_upgrade.md b/docs/helm/helm_upgrade.md index c2882265e..24ae85d91 100644 --- a/docs/helm/helm_upgrade.md +++ b/docs/helm/helm_upgrade.md @@ -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 diff --git a/docs/helm/helm_verify.md b/docs/helm/helm_verify.md index bc5343937..445a33d82 100644 --- a/docs/helm/helm_verify.md +++ b/docs/helm/helm_verify.md @@ -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 diff --git a/docs/helm/helm_version.md b/docs/helm/helm_version.md index 1f48cceba..7a08a9c58 100644 --- a/docs/helm/helm_version.md +++ b/docs/helm/helm_version.md @@ -30,15 +30,10 @@ helm version ### Options ``` - -c, --client client version only - -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 + -c, --client client version only + -s, --server server version only + --short print the version number + --template string template for version string format ``` ### 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