github.com/sgoings/helm@v2.0.0-alpha.2.0.20170406211108-734e92851ac3+incompatible/docs/man/man1/helm_reset.1 (about)

     1  .TH "HELM" "1" "Mar 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  
    33  .SH OPTIONS INHERITED FROM PARENT COMMANDS
    34  .PP
    35  \fB\-\-debug\fP[=false]
    36      enable verbose output
    37  
    38  .PP
    39  \fB\-\-home\fP="~/.helm"
    40      location of your Helm config. Overrides $HELM\_HOME
    41  
    42  .PP
    43  \fB\-\-host\fP=""
    44      address of tiller. Overrides $HELM\_HOST
    45  
    46  .PP
    47  \fB\-\-kube\-context\fP=""
    48      name of the kubeconfig context to use
    49  
    50  .PP
    51  \fB\-\-tiller\-namespace\fP="kube\-system"
    52      namespace of tiller
    53  
    54  
    55  .SH SEE ALSO
    56  .PP
    57  \fBhelm(1)\fP
    58  
    59  
    60  .SH HISTORY
    61  .PP
    62  11\-Mar\-2017 Auto generated by spf13/cobra