Helm list

From NovaOrdis Knowledge Base
Revision as of 18:53, 29 November 2019 by Ovidiu (talk | contribs) (→‎=-d, --date)
Jump to navigation Jump to search

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.