Show pageOld revisionsBacklinksAdd to bookExport to PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ==== HELM ==== * https://helm.sh/docs/intro/install/ Helm è un package manager per kubernetes. L'installazione è molto rapida: <code> 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 </code> Per un esempio d'uso vedere: [[tips:ceph-on-k0s | usare Ceph in K0s]]. tips/helm.txt Last modified: 2024/10/31 08:36by igor