k8s-kubeSphere 20260710

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  CurrentDload  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