Installation helm on Kubernetes-1.25.2

一、Installation helm on Kubernetes-1.25.2

地址

1 wget 下载

cd /opt/software
wget https://get.helm.sh/helm-v3.10.1-linux-amd64.tar.gz

2 解压

tar -xf /opt/software/helm-v3.10.1-linux-amd64.tar.gz -C /opt

3 移动二进制文件

mv /opt/linux-amd64/helm /usr/local/bin

4 查看版本

[root@kube-master01 ~]# helm version
version.BuildInfo{Version:"v3.10.1", GitCommit:"9f88ccb6aee40b9a0535fcc7efea6055e1ef72c9", GitTreeState:"clean", GoVersion:"go1.18.7"}

 

二、安装 Kubernetes-1.25.2

Installation Kubernetes-1.25.2 on CentOS 8.3:https://www.cnblogs.com/huaxiayuyi/p/16831960.html

 

posted @ 2022-10-31 23:27  娇小赤雅  阅读(36)  评论(0编辑  收藏  举报