github.com/sgoings/helm@v2.0.0-alpha.2.0.20170406211108-734e92851ac3+incompatible/docs/man/man1/helm_rollback.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\-rollback \- roll back a release to a previous revision
     9  
    10  
    11  .SH SYNOPSIS
    12  .PP
    13  \fBhelm rollback [flags] [RELEASE] [REVISION]\fP
    14  
    15  
    16  .SH DESCRIPTION
    17  .PP
    18  This command rolls back a release to a previous revision.
    19  
    20  .PP
    21  The first argument of the rollback command is the name of a release, and the
    22  second is a revision (version) number. To see revision numbers, run
    23  'helm history RELEASE'.
    24  
    25  
    26  .SH OPTIONS
    27  .PP
    28  \fB\-\-dry\-run\fP[=false]
    29      simulate a rollback
    30  
    31  .PP
    32  \fB\-\-no\-hooks\fP[=false]
    33      prevent hooks from running during rollback
    34  
    35  .PP
    36  \fB\-\-recreate\-pods\fP[=false]
    37      performs pods restart for the resource if applicable
    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\-\-wait\fP[=false]
    45      if set, will wait until all Pods, PVCs, and Services are in a ready state before marking the release as successful. It will wait for as long as \-\-timeout
    46  
    47  
    48  .SH OPTIONS INHERITED FROM PARENT COMMANDS
    49  .PP
    50  \fB\-\-debug\fP[=false]
    51      enable verbose output
    52  
    53  .PP
    54  \fB\-\-home\fP="~/.helm"
    55      location of your Helm config. Overrides $HELM\_HOME
    56  
    57  .PP
    58  \fB\-\-host\fP=""
    59      address of tiller. Overrides $HELM\_HOST
    60  
    61  .PP
    62  \fB\-\-kube\-context\fP=""
    63      name of the kubeconfig context to use
    64  
    65  .PP
    66  \fB\-\-tiller\-namespace\fP="kube\-system"
    67      namespace of tiller
    68  
    69  
    70  .SH SEE ALSO
    71  .PP
    72  \fBhelm(1)\fP
    73  
    74  
    75  .SH HISTORY
    76  .PP
    77  11\-Mar\-2017 Auto generated by spf13/cobra