Aller au contenu

Helm

Introduction

Helm est un outil indispensable pour trouver, partager et utiliser des logiciels conçus pour Kubernetes.

Installation

Linux/Mac

sudo dnf install git -y
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
helm plugin install https://github.com/jkroepke/helm-secrets #(forcer la version --version v4.2.2)
helm plugin install https://github.com/databus23/helm-diff
helm plugin list

Autocompletion

echo "source <(helm completion bash)" >> ~/.bashrc
source ~/.bashrc

Note

L'autocomplétion ne semble pas fonctionner sur Mac OSX
echo "source <(helm completion bash)" >> ~/.profile


Version Date Change Auteur
1.0 19.02.2023 Création GMo