Helm status: Difference between revisions
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
The command shows the status of a named release (last deployment time, Kubernetes namespace, [[#States|state]] of the release, list of resources, etc. | The command shows the status of a named release (last deployment time, Kubernetes namespace, [[#States|state]] of the release, list of resources, etc. | ||
If the release whose name is specified does not exist, <code>helm status</code> displays a short error message at stderr and exist with 1: | |||
Error: release: not found | |||
=States= | =States= |
Revision as of 22:51, 1 April 2020
External
Internal
Overview
helm status <release-name>
The command shows the status of a named release (last deployment time, Kubernetes namespace, state of the release, list of resources, etc.
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