Helm Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 24: Line 24:
=Release Commands=
=Release Commands=
* <span id='install'></span><code>[[helm install|helm install]]</code>
* <span id='install'></span><code>[[helm install|helm install]]</code>
* <span id='list'></span><code>[[helm list|list]]</code>
* <span id='list'></span><code>[[helm list|list]]</code> list releases from the target cluster
* <span id='uninstall'></span><code>[[helm uninstall|uninstall]]</code> (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><code>[[helm get|get]]</code>
* <span id='get'></span><code>[[helm get|get]]</code>

Revision as of 06:25, 9 February 2022

Internal

Overview

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