github.com/amundsenjunior/helm@v2.8.0-rc.1.0.20180119233529-2b92431476e1+incompatible/docs/helm/helm_delete.md (about)

     1  ## helm delete
     2  
     3  given a release name, delete the release from Kubernetes
     4  
     5  ### Synopsis
     6  
     7  
     8  
     9  This command takes a release name, and then deletes the release from Kubernetes.
    10  It removes all of the resources associated with the last release of the chart.
    11  
    12  Use the '--dry-run' flag to see which releases will be deleted without actually
    13  deleting them.
    14  
    15  
    16  ```
    17  helm delete [flags] RELEASE_NAME [...]
    18  ```
    19  
    20  ### Options
    21  
    22  ```
    23        --dry-run              simulate a delete
    24        --no-hooks             prevent hooks from running during deletion
    25        --purge                remove the release from the store and make its name free for later use
    26        --timeout int          time in seconds to wait for any individual Kubernetes operation (like Jobs for hooks) (default 300)
    27        --tls                  enable TLS for request
    28        --tls-ca-cert string   path to TLS CA certificate file (default "$HELM_HOME/ca.pem")
    29        --tls-cert string      path to TLS certificate file (default "$HELM_HOME/cert.pem")
    30        --tls-key string       path to TLS key file (default "$HELM_HOME/key.pem")
    31        --tls-verify           enable TLS for request and verify remote
    32  ```
    33  
    34  ### Options inherited from parent commands
    35  
    36  ```
    37        --debug                     enable verbose output
    38        --home string               location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
    39        --host string               address of Tiller. Overrides $HELM_HOST
    40        --kube-context string       name of the kubeconfig context to use
    41        --kubeconfig string         path to kubeconfig file. Overrides $KUBECONFIG
    42        --tiller-namespace string   namespace of Tiller (default "kube-system")
    43  ```
    44  
    45  ### SEE ALSO
    46  * [helm](helm.md)	 - The Helm package manager for Kubernetes.
    47  
    48  ###### Auto generated by spf13/cobra on 7-Nov-2017