github.com/cloudposse/helm@v2.2.3+incompatible/docs/man/man1/helm_delete.1 (about) 1 .TH "HELM" "1" "Jan 2017" "Auto generated by spf13/cobra" "" 2 .nh 3 .ad l 4 5 6 .SH NAME 7 .PP 8 helm\-delete \- given a release name, delete the release from Kubernetes 9 10 11 .SH SYNOPSIS 12 .PP 13 \fBhelm delete [flags] RELEASE\_NAME [...]\fP 14 15 16 .SH DESCRIPTION 17 .PP 18 This command takes a release name, and then deletes the release from Kubernetes. 19 It removes all of the resources associated with the last release of the chart. 20 21 .PP 22 Use the '\-\-dry\-run' flag to see which releases will be deleted without actually 23 deleting them. 24 25 26 .SH OPTIONS 27 .PP 28 \fB\-\-dry\-run\fP[=false] 29 simulate a delete 30 31 .PP 32 \fB\-\-no\-hooks\fP[=false] 33 prevent hooks from running during deletion 34 35 .PP 36 \fB\-\-purge\fP[=false] 37 remove the release from the store and make its name free for later use 38 39 .PP 40 \fB\-\-timeout\fP=300 41 time in seconds to wait for any individual kubernetes operation (like Jobs for hooks) 42 43 44 .SH OPTIONS INHERITED FROM PARENT COMMANDS 45 .PP 46 \fB\-\-debug\fP[=false] 47 enable verbose output 48 49 .PP 50 \fB\-\-home\fP="~/.helm" 51 location of your Helm config. Overrides $HELM\_HOME 52 53 .PP 54 \fB\-\-host\fP="" 55 address of tiller. Overrides $HELM\_HOST 56 57 .PP 58 \fB\-\-kube\-context\fP="" 59 name of the kubeconfig context to use 60 61 .PP 62 \fB\-\-tiller\-namespace\fP="kube\-system" 63 namespace of tiller 64 65 66 .SH SEE ALSO 67 .PP 68 \fBhelm(1)\fP 69 70 71 .SH HISTORY 72 .PP 73 15\-Jan\-2017 Auto generated by spf13/cobra