Edit the docs/helm/helm_status.md

pull/2411/head
devinyan 9 years ago
parent 29e947fdca
commit bc0ea97082

@ -23,15 +23,14 @@ helm status [flags] RELEASE_NAME
### Options ### Options
``` ```
--instance string if set, display status of an instance in assigned kind.
--kind string if set, display status of an assigned kind resource
--revision int32 if set, display the status of the named release with revision --revision int32 if set, display the status of the named release with revision
--tls enable TLS for request --tls enable TLS for request
--tls-ca-cert string path to TLS CA certificate file (default "$HELM_HOME/ca.pem") --tls-ca-cert string path to TLS CA certificate file (default "$HELM_HOME/ca.pem")
--tls-cert string path to TLS certificate file (default "$HELM_HOME/cert.pem") --tls-cert string path to TLS certificate file (default "$HELM_HOME/cert.pem")
--tls-key string path to TLS key file (default "$HELM_HOME/key.pem") --tls-key string path to TLS key file (default "$HELM_HOME/key.pem")
--tls-verify enable TLS for request and verify remote --tls-verify enable TLS for request and verify remote
--kind string if set, display status of an assigned kind resource (The kind of resorce is kubeneters
resource such as : service,ingress,deployment,pod,replicaset and so on)
--instance string if set, display status of an instance in assigned kind.(The paramater must along with "--kind")
``` ```
### Options inherited from parent commands ### Options inherited from parent commands

Loading…
Cancel
Save