Helm status: Difference between revisions
Jump to navigation
Jump to search
(→States) |
|||
Line 18: | Line 18: | ||
=States= | =States= | ||
See: {{Internal|Helm_Concepts#Release_State|Release State}} | |||
Revision as of 03:41, 9 August 2020
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.
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: