首页 > 其他分享 >Installing helm on Kubernetes-1.25.2

Installing helm on Kubernetes-1.25.2

时间:2022-10-31 23:35:18浏览次数:78  
标签:opt Kubernetes Installing https helm 1.25

一、Installing 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

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

 

标签:opt,Kubernetes,Installing,https,helm,1.25
From: https://www.cnblogs.com/huaxiayuyi/p/16846301.html

相关文章