helm status

Displays the status of the named release

Synopsis

This command shows the status of a named release.The status consists of:- last deployment time- k8s namespace in which the release lives- state of the release (can be: UNKNOWN, DEPLOYED, DELETED, SUPERSEDED, FAILED or DELETING)- list of resources that this release consists of, sorted by kind- details on last test suite run, if applicable- additional notes provided by the chart

  1. helm status [flags] RELEASE-NAME

Options

  1. -h, --help help for status
  2. -o, --output string Prints the output in the specified format. Allowed values: table, json, yaml (default "table")
  3. --revision int32 If set, display the status of the named release with revision
  4. --tls Enable TLS for request
  5. --tls-ca-cert string Path to TLS CA certificate file (default "$HELM-HOME/ca.pem")
  6. --tls-cert string Path to TLS certificate file (default "$HELM-HOME/cert.pem")
  7. --tls-hostname string The server name used to verify the hostname on the returned certificates from the server
  8. --tls-key string Path to TLS key file (default "$HELM-HOME/key.pem")
  9. --tls-verify Enable TLS for request and verify remote

Options inherited from parent commands

  1. --debug Enable verbose output
  2. --home string Location of your Helm config. Overrides $HELM-HOME (default "~/.helm")
  3. --host string Address of Tiller. Overrides $HELM-HOST
  4. --kube-context string Name of the kubeconfig context to use
  5. --kubeconfig string Absolute path of the kubeconfig file to be used
  6. --tiller-connection-timeout int The duration (in seconds) Helm will wait to establish a connection to Tiller (default 300)
  7. --tiller-namespace string Namespace of Tiller (default "kube-system")

SEE ALSO

  • helm - The Helm package manager for Kubernetes.
Auto generated by spf13/cobra on 6-Sep-2019