github.com/migueleliasweb/helm@v2.6.1+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 --revision int32 if set, display the status of the named release with revision 27 --tls enable TLS for request 28 --tls-ca-cert string path to TLS CA certificate file (default "$HELM_HOME/ca.pem") 29 --tls-cert string path to TLS certificate file (default "$HELM_HOME/cert.pem") 30 --tls-key string path to TLS key file (default "$HELM_HOME/key.pem") 31 --tls-verify enable TLS for request and verify remote 32 ``` 33 34 ### Options inherited from parent commands 35 36 ``` 37 --debug enable verbose output 38 --home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm") 39 --host string address of Tiller. Overrides $HELM_HOST 40 --kube-context string name of the kubeconfig context to use 41 --tiller-namespace string namespace of Tiller (default "kube-system") 42 ``` 43 44 ### SEE ALSO 45 * [helm](helm.md) - The Helm package manager for Kubernetes. 46 47 ###### Auto generated by spf13/cobra on 23-Jun-2017