安装helm
作者:互联网
直接下载一个二级制,然后解压到/usr/local下就行:
下载地址:
https://github.com/helm/helm/releases
- Download your desired version
- Unpack it (
tar -zxvf helm-v3.0.0-linux-amd64.tar.gz
) - Find the
helm
binary in the unpacked directory, and move it to its desired destination (mv linux-amd64/helm /usr/local/bin/helm
)
标签:amd64,tar,local,usr,linux,helm,安装 来源: https://www.cnblogs.com/c-rex/p/16309723.html