背景简介
使用 helm 进行集群部署。
环境配置
- 系统:Debian 6.1.66-1 (2023-12-09) x86_64 GNU/Linux
详细步骤
下载二进制压缩包
wget -c -b https://get.helm.sh/helm-v3.14.0-linux-amd64.tar.gz
解压缩
指令:tar -xvzf
myserver@peag-k8s-master:~$ tar -xvzf helm-v3.14.0-linux-amd64.tar.gz
linux-amd64/
linux-amd64/LICENSE
linux-amd64/helm
linux-amd64/README.md
转存可执行文件
mv linux-amd64/helm /usr/local/bin/
查看结果
myserver@peag-k8s-master:~$ helm version
version.BuildInfo{Version:"v3.14.0", GitCommit:"3fc9f4b2638e76f26739cd77c7017139be81d0ea", GitTreeState:"clean", GoVersion:"go1.21.5"}
至此,helm的安装已完成。