Dict.CN 在线词典, 英语学习, 在线翻译 ------------- MyGitee My腾云code My51cto

Happy_EveryDay

可以平凡 不可以平庸 无爱则无忧,无欲则无求,无怒而无敌,无怨才是佛。所有烦恼,都是放不下的执著 开源技群 328035181 MyGitee

博客园 首页 新随笔 管理

1、安装Helm

https://github.com/helm/helm

root@k8s-master01:~# curl -LO https://get.helm.sh/helm-v3.14.0-linux-amd64.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 15.3M  100 15.3M    0     0  47832      0  0:05:37  0:05:37 --:--:--  111k
root@k8s-master01:~# tar xf helm-v3.14.0-linux-amd64.tar.gz 
root@k8s-master01:~# ls
helm-v3.14.0-linux-amd64.tar.gz  jiva-operator.yaml  kube-flannel.yml  learning-k8s  linux-amd64  nfs-pvc.yaml  snap  storageclass-nfs.yaml  test
root@k8s-master01:~# cd linux-amd64/
root@k8s-master01:~/linux-amd64# ls
LICENSE  README.md  helm
root@k8s-master01:~/linux-amd64# mv helm /usr/local/bin/
root@k8s-master01:~/linux-amd64# cd ..
root@k8s-master01:~# ls
helm-v3.14.0-linux-amd64.tar.gz  jiva-operator.yaml  kube-flannel.yml  learning-k8s  linux-amd64  nfs-pvc.yaml  snap  storageclass-nfs.yaml  test
root@k8s-master01:~# rm -rf linux-amd64/


image

 

 

2、

 

参考https://www.cnblogs.com/OpenSourceSite/p/17992910

posted on 2026-07-10 02:21  2026cn  阅读(8)  评论(0)    收藏  举报