github.com/Beeketing/helm@v2.12.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 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 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-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 to the kubeconfig file to use 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 10-Aug-2018