Helm status: Difference between revisions
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
helm status <''release-name''> | helm status <''release-name''> | ||
The command shows the status of a named release (last deployment time, Kubernetes namespace, [[#States|state]] of the release, list of resources, etc. | |||
=States= | |||
==uknown== | |||
==deployed== | |||
==deleted== | |||
==superseded== | |||
==failed== | |||
==deleting== |
Revision as of 22:24, 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.