Skip to main content

Ubuntu 22.04.3 LTS 安装helm 步骤


Richard Wu
Forum|alt.badge.img

本文详述了Ubuntu 22.04.3 LTS 的helm 安装步骤。

  1. 安装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

0 comments

Be the first to comment!

Comment