Helm list: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 14: Line 14:


=Options=
=Options=
==--uninstalled==
==<span id=''Show_Deleted_Releases></span>--uninstalled==


Shows uninstalled releases for which uninstallation was done with the [[Helm_uninstall#--keep-history|--keep-history]] flag. By default, uninstallation [[Helm_uninstall#Overview|removes historical information]] about the release.
Shows uninstalled releases for which uninstallation was done with the [[Helm_uninstall#--keep-history|--keep-history]] flag. By default, uninstallation [[Helm_uninstall#Overview|removes historical information]] about the release.
helm list --uninstalled


==--all==
==--all==


=Show Deleted Releases=
==<span id='Ordered_by_Date'></span>-d, --date=
 
Show releases sorted by release date.
helm list --deleted
 
=Ordered by Date=
 
... -d ...

Revision as of 18:53, 29 November 2019

External

Internal

Overview


Revised for Helm 3


The command lists releases that are deployed or failed. This behavior can be modified with the flags --uninstalled and --all.

helm list|ls

Options

--uninstalled

Shows uninstalled releases for which uninstallation was done with the --keep-history flag. By default, uninstallation removes historical information about the release.

helm list --uninstalled

--all

=-d, --date

Show releases sorted by release date.