Helm Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 24: Line 24:


=Release Commands=
=Release Commands=
* <span id='install'></span>[[helm install|install]]
* <span id='install'></span><code>[[helm install|helm install]]</code>
* <span id='list'></span>[[helm list|list]]
* <span id='list'></span><code>[[helm list|list]]</code>
* <span id='uninstall'></span>[[helm uninstall|uninstall]] (Helm 2 equivalent command "delete", alias still working in Helm 3)
* <span id='uninstall'></span><code>[[helm uninstall|uninstall]]</code> (Helm 2 equivalent command "delete", alias still working in Helm 3)
* <span id='get'></span>[[helm get|get]]
* <span id='get'></span><code>[[helm get|get]]</code>
* <span id='history'></span>[[helm history|history]]
* <span id='history'></span><code>[[helm history|history]]</code>
* <span id='status'></span>[[helm status|status]]
* <span id='status'></span><code>[[helm status|status]]</code>
* <span id='upgrade'></span>[[helm upgrade|upgrade]]
* <span id='upgrade'></span><code>[[helm upgrade|upgrade]]</code>
* <span id='rollback'></span>[[helm rollback|rollback]]
* <span id='rollback'></span><code>[[helm rollback|rollback]]</code>


=Chart Commands=
=Chart Commands=

Revision as of 00:25, 6 February 2022

Internal

Overview


Revised for Helm 3


Help

helm help
helm <command> --help|-h

Generic Options

-v

Logging verbosity.

helm -v <level> ...

--stderrthreshold

Release Commands

Chart Commands

Dependency Commands

Repository Commands

Other Commands

Troubleshooting