github.com/koderover/helm@v2.17.0+incompatible/docs/helm/helm_reset.md (about)

     1  ## helm reset
     2  
     3  Uninstalls Tiller from a cluster
     4  
     5  ### Synopsis
     6  
     7  
     8  This command uninstalls Tiller (the Helm server-side component) from your
     9  Kubernetes Cluster and optionally deletes local configuration in
    10  $HELM_HOME (default ~/.helm/)
    11  
    12  
    13  ```
    14  helm reset [flags]
    15  ```
    16  
    17  ### Options
    18  
    19  ```
    20    -f, --force                 Forces Tiller uninstall even if there are releases installed, or if Tiller is not in ready state. Releases are not deleted.)
    21    -h, --help                  help for reset
    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-hostname string   The server name used to verify the hostname on the returned certificates from the server
    27        --tls-key string        Path to TLS key file (default "$HELM_HOME/key.pem")
    28        --tls-verify            Enable TLS for request and verify remote
    29  ```
    30  
    31  ### Options inherited from parent commands
    32  
    33  ```
    34        --debug                           Enable verbose output
    35        --home string                     Location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
    36        --host string                     Address of Tiller. Overrides $HELM_HOST
    37        --kube-context string             Name of the kubeconfig context to use
    38        --kubeconfig string               Absolute path of the kubeconfig file to be used
    39        --tiller-connection-timeout int   The duration (in seconds) Helm will wait to establish a connection to Tiller (default 300)
    40        --tiller-namespace string         Namespace of Tiller (default "kube-system")
    41  ```
    42  
    43  ### SEE ALSO
    44  
    45  * [helm](helm.md)	 - The Helm package manager for Kubernetes.
    46  
    47  ###### Auto generated by spf13/cobra on 16-May-2019