Helm 설치

고은별·2022년 4월 8일
0

kubernetes

목록 보기
2/4

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

$ curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
$ chmod 700 get_helm.sh
$ ./get_helm.sh

설치로그

[ec2-user@k8s-worker2 ~]$ curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
[ec2-user@k8s-worker2 ~]$ chmod 700 get_helm.sh
[ec2-user@k8s-worker2 ~]$ ./get_helm.sh
Downloading https://get.helm.sh/helm-v3.8.1-linux-amd64.tar.gz
Verifying checksum... Done.
Preparing to install helm into /usr/local/bin
helm installed into /usr/local/bin/helm
profile
워킹맘 개발자

0개의 댓글