Friday, 6 June 2025

Helm installation on rhel 9

 You can do install with 2 commands 

first one is

curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3

chmod 700 get_helm.sh

./get_helm.sh

or

directly install form online

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

No comments:

Post a Comment

Helm installation on rhel 9

 You can do install with 2 commands  first one is curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-hel...