github.com/koderover/helm@v2.17.0+incompatible/docs/helm/helm_status.md (about)

     1  ## helm status
     2  
     3  Displays the status of the named release
     4  
     5  ### Synopsis
     6  
     7  
     8  This command shows the status of a named release.
     9  The status consists of:
    10  - last deployment time
    11  - k8s namespace in which the release lives
    12  - state of the release (can be: UNKNOWN, DEPLOYED, DELETED, SUPERSEDED, FAILED or DELETING)
    13  - list of resources that this release consists of, sorted by kind
    14  - details on last test suite run, if applicable
    15  - additional notes provided by the chart
    16  
    17  
    18  ```
    19  helm status [flags] RELEASE_NAME
    20  ```
    21  
    22  ### Options
    23  
    24  ```
    25    -h, --help                  help for status
    26    -o, --output string         Prints the output in the specified format. Allowed values: table, json, yaml (default "table")
    27        --revision int32        If set, display the status of the named release with revision
    28        --tls                   Enable TLS for request
    29        --tls-ca-cert string    Path to TLS CA certificate file (default "$HELM_HOME/ca.pem")
    30        --tls-cert string       Path to TLS certificate file (default "$HELM_HOME/cert.pem")
    31        --tls-hostname string   The server name used to verify the hostname on the returned certificates from the server
    32        --tls-key string        Path to TLS key file (default "$HELM_HOME/key.pem")
    33        --tls-verify            Enable TLS for request and verify remote
    34  ```
    35  
    36  ### Options inherited from parent commands
    37  
    38  ```
    39        --debug                           Enable verbose output
    40        --home string                     Location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
    41        --host string                     Address of Tiller. Overrides $HELM_HOST
    42        --kube-context string             Name of the kubeconfig context to use
    43        --kubeconfig string               Absolute path of the kubeconfig file to be used
    44        --tiller-connection-timeout int   The duration (in seconds) Helm will wait to establish a connection to Tiller (default 300)
    45        --tiller-namespace string         Namespace of Tiller (default "kube-system")
    46  ```
    47  
    48  ### SEE ALSO
    49  
    50  * [helm](helm.md)	 - The Helm package manager for Kubernetes.
    51  
    52  ###### Auto generated by spf13/cobra on 6-Sep-2019