github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/man/man1/helm_delete.1 (about)

     1  .TH "HELM" "1" "May 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  .PP
    44  \fB\-\-tls\fP[=false]
    45      enable TLS for request
    46  
    47  .PP
    48  \fB\-\-tls\-ca\-cert\fP="$HELM\_HOME/ca.pem"
    49      path to TLS CA certificate file
    50  
    51  .PP
    52  \fB\-\-tls\-cert\fP="$HELM\_HOME/cert.pem"
    53      path to TLS certificate file
    54  
    55  .PP
    56  \fB\-\-tls\-key\fP="$HELM\_HOME/key.pem"
    57      path to TLS key file
    58  
    59  .PP
    60  \fB\-\-tls\-verify\fP[=false]
    61      enable TLS for request and verify remote
    62  
    63  
    64  .SH OPTIONS INHERITED FROM PARENT COMMANDS
    65  .PP
    66  \fB\-\-debug\fP[=false]
    67      enable verbose output
    68  
    69  .PP
    70  \fB\-\-home\fP="~/.helm"
    71      location of your Helm config. Overrides $HELM\_HOME
    72  
    73  .PP
    74  \fB\-\-host\fP="localhost:44134"
    75      address of tiller. Overrides $HELM\_HOST
    76  
    77  .PP
    78  \fB\-\-kube\-context\fP=""
    79      name of the kubeconfig context to use
    80  
    81  .PP
    82  \fB\-\-tiller\-namespace\fP="kube\-system"
    83      namespace of tiller
    84  
    85  
    86  .SH SEE ALSO
    87  .PP
    88  \fBhelm(1)\fP
    89  
    90  
    91  .SH HISTORY
    92  .PP
    93  19\-May\-2017 Auto generated by spf13/cobra