github.com/cloudposse/helm@v2.2.3+incompatible/docs/man/man1/helm.1 (about)

     1  .TH "HELM" "1" "Jan 2017" "Auto generated by spf13/cobra" "" 
     2  .nh
     3  .ad l
     4  
     5  
     6  .SH NAME
     7  .PP
     8  helm \- The Helm package manager for Kubernetes.
     9  
    10  
    11  .SH SYNOPSIS
    12  .PP
    13  \fBhelm\fP
    14  
    15  
    16  .SH DESCRIPTION
    17  .PP
    18  The Kubernetes package manager
    19  
    20  .PP
    21  To begin working with Helm, run the 'helm init' command:
    22  
    23  .PP
    24  .RS
    25  
    26  .nf
    27  $ helm init
    28  
    29  .fi
    30  .RE
    31  
    32  .PP
    33  This will install Tiller to your running Kubernetes cluster.
    34  It will also set up any necessary local configuration.
    35  
    36  .PP
    37  Common actions from this point include:
    38  .IP \(bu 2
    39  helm search:    search for charts
    40  .IP \(bu 2
    41  helm fetch:     download a chart to your local directory to view
    42  .IP \(bu 2
    43  helm install:   upload the chart to Kubernetes
    44  .IP \(bu 2
    45  helm list:      list releases of charts
    46  
    47  .PP
    48  Environment:
    49    $HELM\_HOME          set an alternative location for Helm files. By default, these are stored in \~/.helm
    50    $HELM\_HOST          set an alternative Tiller host. The format is host:port
    51    $TILLER\_NAMESPACE   set an alternative Tiller namespace (default "kube\-namespace")
    52    $KUBECONFIG         set an alternative Kubernetes configuration file (default "\~/.kube/config")
    53  
    54  
    55  .SH OPTIONS
    56  .PP
    57  \fB\-\-debug\fP[=false]
    58      enable verbose output
    59  
    60  .PP
    61  \fB\-\-home\fP="~/.helm"
    62      location of your Helm config. Overrides $HELM\_HOME
    63  
    64  .PP
    65  \fB\-\-host\fP=""
    66      address of tiller. Overrides $HELM\_HOST
    67  
    68  .PP
    69  \fB\-\-kube\-context\fP=""
    70      name of the kubeconfig context to use
    71  
    72  .PP
    73  \fB\-\-tiller\-namespace\fP="kube\-system"
    74      namespace of tiller
    75  
    76  
    77  .SH SEE ALSO
    78  .PP
    79  \fBhelm\-completion(1)\fP, \fBhelm\-create(1)\fP, \fBhelm\-delete(1)\fP, \fBhelm\-dependency(1)\fP, \fBhelm\-fetch(1)\fP, \fBhelm\-get(1)\fP, \fBhelm\-history(1)\fP, \fBhelm\-home(1)\fP, \fBhelm\-init(1)\fP, \fBhelm\-inspect(1)\fP, \fBhelm\-install(1)\fP, \fBhelm\-lint(1)\fP, \fBhelm\-list(1)\fP, \fBhelm\-package(1)\fP, \fBhelm\-repo(1)\fP, \fBhelm\-rollback(1)\fP, \fBhelm\-search(1)\fP, \fBhelm\-serve(1)\fP, \fBhelm\-status(1)\fP, \fBhelm\-upgrade(1)\fP, \fBhelm\-verify(1)\fP, \fBhelm\-version(1)\fP
    80  
    81  
    82  .SH HISTORY
    83  .PP
    84  15\-Jan\-2017 Auto generated by spf13/cobra