How to install HELM cli?

curl -sSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash


#verify the version

helm version --short


#Download the stable repository so we have something start with.

helm repo add stable https://charts.helm.sh/stable
helm search repo stable

#configure bash completion for helm command

helm completion bash >> ~/.bash_completion
. /etc/profile.d/bash_completion.sh
. ~/.bash_completion
source <(helm completion bash)

  •  
  •  
  •  
  •  

Viet Luu has written 318 articles

If you like what you are reading, please consider buying us a coffee ( or 2 ) as a token of appreciation.

Buy Me A Coffee

We are thankful for your never ending support.