tips:helm

This is an old revision of the document!


* 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: tips:ceph-on-k0s.

  • tips/helm.1730360131.txt.gz
  • Last modified: 2024/10/31 08:35
  • by igor