本文详述了Ubuntu 22.04.3 LTS 的helm 安装步骤。
- 安装helm
wget https://get.helm.sh/helm-v3.8.2-linux-amd64.tar.gz
tar zxvf helm-v3.8.2-linux-amd64.tar.gz linux-amd64/
cp -a linux-amd64/helm /usr/local/bin/
helm version
helm repo add aliyun https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts
helm repo update

vi /etc/profile
添加一行:
export KUBECONFIG=/root/.kube/config

. /etc/profile