tips:helm

* https://helm.sh/docs/intro/install/

Helm è un package manager per kubernetes. L'installazione è molto rapida:

ubuntu@joint-mongoose:~$ mkdir helm
ubuntu@joint-mongoose:~$ cd helm
ubuntu@joint-mongoose:~$ wget https://get.helm.sh/helm-v3.16.2-linux-amd64.tar.gz
ubuntu@joint-mongoose:~$ tar -zxvf helm-v3.16.2-linux-amd64.tar.gz 
ubuntu@joint-mongoose:~$ find . -name helm
ubuntu@joint-mongoose:~$ sudo cp ./linux-amd64/helm /usr/local/bin/helm
ubuntu@joint-mongoose:~$ helm list
NAME	NAMESPACE	REVISION	UPDATED	STATUS	CHART	APP VERSION

Per un esempio d'uso vedere: usare Ceph in K0s.

  • tips/helm.txt
  • Last modified: 2024/10/31 08:36
  • by igor