Helm status

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

External

Internal

Overview

helm status <release-name>

The command shows the status of a named release (last deployment time, Kubernetes namespace, release state, list of resources, etc.:

NAME: web-app
LAST DEPLOYED: Sat Aug  8 18:51:33 2020
NAMESPACE: apps
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
;...'

If the release whose name is specified does not exist, helm status displays a short error message at stderr and exist with 1:

Error: release: not found

States

See:

Release State