github.com/migueleliasweb/helm@v2.6.1+incompatible/docs/helm/helm_reset.md (about) 1 ## helm reset 2 3 uninstalls Tiller from a cluster 4 5 ### Synopsis 6 7 8 9 This command uninstalls Tiller (the Helm server-side component) from your 10 Kubernetes Cluster and optionally deletes local configuration in 11 $HELM_HOME (default ~/.helm/) 12 13 14 ``` 15 helm reset 16 ``` 17 18 ### Options 19 20 ``` 21 -f, --force forces Tiller uninstall even if there are releases installed, or if Tiller is not in ready state 22 --remove-helm-home if set deletes $HELM_HOME 23 --tls enable TLS for request 24 --tls-ca-cert string path to TLS CA certificate file (default "$HELM_HOME/ca.pem") 25 --tls-cert string path to TLS certificate file (default "$HELM_HOME/cert.pem") 26 --tls-key string path to TLS key file (default "$HELM_HOME/key.pem") 27 --tls-verify enable TLS for request and verify remote 28 ``` 29 30 ### Options inherited from parent commands 31 32 ``` 33 --debug enable verbose output 34 --home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm") 35 --host string address of Tiller. Overrides $HELM_HOST 36 --kube-context string name of the kubeconfig context to use 37 --tiller-namespace string namespace of Tiller (default "kube-system") 38 ``` 39 40 ### SEE ALSO 41 * [helm](helm.md) - The Helm package manager for Kubernetes. 42 43 ###### Auto generated by spf13/cobra on 27-Jun-2017