github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+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 9 This command shows the status of a named release. 10 The status consists of: 11 - last deployment time 12 - k8s namespace in which the release lives 13 - state of the release (can be: UNKNOWN, DEPLOYED, DELETED, SUPERSEDED, FAILED or DELETING) 14 - list of resources that this release consists of, sorted by kind 15 - details on last test suite run, if applicable 16 - additional notes provided by the chart 17 18 19 ``` 20 helm status [flags] RELEASE_NAME 21 ``` 22 23 ### Options 24 25 ``` 26 -o, --output string output the status in the specified format (json or yaml) 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-key string path to TLS key file (default "$HELM_HOME/key.pem") 32 --tls-verify enable TLS for request and verify remote 33 ``` 34 35 ### Options inherited from parent commands 36 37 ``` 38 --debug enable verbose output 39 --home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 40 --host string address of Tiller. Overrides $HELM_HOST 41 --kube-context string name of the kubeconfig context to use 42 --kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG 43 --tiller-namespace string namespace of Tiller (default "kube-system") 44 ``` 45 46 ### SEE ALSO 47 * [helm](helm.md) - The Helm package manager for Kubernetes. 48 49 ###### Auto generated by spf13/cobra on 12-Dec-2017