github.com/sgoings/helm@v2.0.0-alpha.2.0.20170406211108-734e92851ac3+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 22 --remove-helm-home if set deletes $HELM_HOME 23 ``` 24 25 ### Options inherited from parent commands 26 27 ``` 28 --debug enable verbose output 29 --home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 30 --host string address of tiller. Overrides $HELM_HOST 31 --kube-context string name of the kubeconfig context to use 32 --tiller-namespace string namespace of tiller (default "kube-system") 33 ``` 34 35 ### SEE ALSO 36 * [helm](helm.md) - The Helm package manager for Kubernetes. 37 38 ###### Auto generated by spf13/cobra on 11-Mar-2017