Helm Installation: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 10: Line 10:
=Installation on Mac=
=Installation on Mac=


  brew install kubernetes-helm
  brew install helm


==Upgrade==
==Upgrade==


  brew upgrade kubernetes-helm
  brew upgrade helm
 
=Installation on Linux=


=Initialization=
=Initialization=


Helm 2 required an initialization step, but this requirement and the <code>helm init</code> command have been removed in Helm 3.
Helm 2 required an initialization step, but this requirement and the <code>helm init</code> command have been removed in Helm 3.

Revision as of 01:03, 30 November 2019

External

Internal

Overview


Revised for Helm 3


Installation on Mac

brew install helm

Upgrade

brew upgrade helm

Installation on Linux

Initialization

Helm 2 required an initialization step, but this requirement and the helm init command have been removed in Helm 3.