下载helm压缩包,地址 https://github.com/helm/helm/releases/tag/v3.10.1
选择适合自己操作系统的包
上传解压安装
1 root@calico-master01:~# rz 2 Sent - helm-v3.10.1-linux-amd64.tar.gz 3.37 MB/s Spend: 4 seconds 3 root@calico-master01:~# ls 4 helm-v3.10.1-linux-amd64.tar.gz node_colico.tar snap 5 root@calico-master01:~# tar xvf helm-v3.10.1-linux-amd64.tar.gz 6 linux-amd64/ 7 linux-amd64/helm 8 linux-amd64/LICENSE 9 linux-amd64/README.md 10 root@calico-master01:~# vim linux-amd64/README.md 11 root@calico-master01:~# 12 root@calico-master01:~# 13 root@calico-master01:~# mv linux-amd64/helm /usr/local/bin/helm 14 root@calico-master01:~# 15 root@calico-master01:~# 16 root@calico-master01:~# helm version 17 version.BuildInfo{Version:"v3.10.1", GitCommit:"9f88ccb6aee40b9a0535fcc7efea6055e1ef72c9", GitTreeState:"clean", GoVersion:"go1.18.7"} 18 root@calico-master01:~#
标签:linux,amd64,安装,master01,Linux,helm,root,calico From: https://www.cnblogs.com/ggborn-001/p/16790795.html