github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/man/man1/helm_reset.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\-reset \- uninstalls Tiller from a cluster
     9  
    10  
    11  .SH SYNOPSIS
    12  .PP
    13  \fBhelm reset\fP
    14  
    15  
    16  .SH DESCRIPTION
    17  .PP
    18  This command uninstalls Tiller (the helm server side component) from your
    19  Kubernetes Cluster and optionally deletes local configuration in
    20  $HELM\_HOME (default \~/.helm/)
    21  
    22  
    23  .SH OPTIONS
    24  .PP
    25  \fB\-f\fP, \fB\-\-force\fP[=false]
    26      forces Tiller uninstall even if there are releases installed
    27  
    28  .PP
    29  \fB\-\-remove\-helm\-home\fP[=false]
    30      if set deletes $HELM\_HOME
    31  
    32  .PP
    33  \fB\-\-tls\fP[=false]
    34      enable TLS for request
    35  
    36  .PP
    37  \fB\-\-tls\-ca\-cert\fP="$HELM\_HOME/ca.pem"
    38      path to TLS CA certificate file
    39  
    40  .PP
    41  \fB\-\-tls\-cert\fP="$HELM\_HOME/cert.pem"
    42      path to TLS certificate file
    43  
    44  .PP
    45  \fB\-\-tls\-key\fP="$HELM\_HOME/key.pem"
    46      path to TLS key file
    47  
    48  .PP
    49  \fB\-\-tls\-verify\fP[=false]
    50      enable TLS for request and verify remote
    51  
    52  
    53  .SH OPTIONS INHERITED FROM PARENT COMMANDS
    54  .PP
    55  \fB\-\-debug\fP[=false]
    56      enable verbose output
    57  
    58  .PP
    59  \fB\-\-home\fP="~/.helm"
    60      location of your Helm config. Overrides $HELM\_HOME
    61  
    62  .PP
    63  \fB\-\-host\fP="localhost:44134"
    64      address of tiller. Overrides $HELM\_HOST
    65  
    66  .PP
    67  \fB\-\-kube\-context\fP=""
    68      name of the kubeconfig context to use
    69  
    70  .PP
    71  \fB\-\-tiller\-namespace\fP="kube\-system"
    72      namespace of tiller
    73  
    74  
    75  .SH SEE ALSO
    76  .PP
    77  \fBhelm(1)\fP
    78  
    79  
    80  .SH HISTORY
    81  .PP
    82  19\-May\-2017 Auto generated by spf13/cobra