github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/man/man1/helm_rollback.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\-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\-\-force\fP[=false]
    33      force resource update through delete/recreate if needed
    34  
    35  .PP
    36  \fB\-\-no\-hooks\fP[=false]
    37      prevent hooks from running during rollback
    38  
    39  .PP
    40  \fB\-\-recreate\-pods\fP[=false]
    41      performs pods restart for the resource if applicable
    42  
    43  .PP
    44  \fB\-\-timeout\fP=300
    45      time in seconds to wait for any individual kubernetes operation (like Jobs for hooks)
    46  
    47  .PP
    48  \fB\-\-tls\fP[=false]
    49      enable TLS for request
    50  
    51  .PP
    52  \fB\-\-tls\-ca\-cert\fP="$HELM\_HOME/ca.pem"
    53      path to TLS CA certificate file
    54  
    55  .PP
    56  \fB\-\-tls\-cert\fP="$HELM\_HOME/cert.pem"
    57      path to TLS certificate file
    58  
    59  .PP
    60  \fB\-\-tls\-key\fP="$HELM\_HOME/key.pem"
    61      path to TLS key file
    62  
    63  .PP
    64  \fB\-\-tls\-verify\fP[=false]
    65      enable TLS for request and verify remote
    66  
    67  .PP
    68  \fB\-\-wait\fP[=false]
    69      if set, will wait until all Pods, PVCs, Services, and minimum number of Pods of a Deployment are in a ready state before marking the release as successful. It will wait for as long as \-\-timeout
    70  
    71  
    72  .SH OPTIONS INHERITED FROM PARENT COMMANDS
    73  .PP
    74  \fB\-\-debug\fP[=false]
    75      enable verbose output
    76  
    77  .PP
    78  \fB\-\-home\fP="~/.helm"
    79      location of your Helm config. Overrides $HELM\_HOME
    80  
    81  .PP
    82  \fB\-\-host\fP="localhost:44134"
    83      address of tiller. Overrides $HELM\_HOST
    84  
    85  .PP
    86  \fB\-\-kube\-context\fP=""
    87      name of the kubeconfig context to use
    88  
    89  .PP
    90  \fB\-\-tiller\-namespace\fP="kube\-system"
    91      namespace of tiller
    92  
    93  
    94  .SH SEE ALSO
    95  .PP
    96  \fBhelm(1)\fP
    97  
    98  
    99  .SH HISTORY
   100  .PP
   101  19\-May\-2017 Auto generated by spf13/cobra