Ubuntu 18.04 Helm apt-get으로 설치 방법 & 기본 Repository 추가 방법

Taesun Lee·2020년 10월 29일
0

Apt로 Helm Install 하기

curl https://baltocdn.com/helm/signing.asc | sudo apt-key add -
sudo apt-get install apt-transport-https --yes
echo "deb https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
sudo apt-get update
sudo apt-get install helm

기본 Repository 추가

명령어를 실행하여 repository를 추가한다.
"https://kubernetes-charts.storage.googleapis.com/" 는 더이상 사용 불가하다.

helm repo add stable https://charts.helm.sh/stable

출처

https://helm.sh/docs/intro/install/

profile
구름위 개발자

0개의 댓글