리눅스 helm 2 설치

1 개요[ | ]

Helm 설치
리눅스 helm 설치
리눅스 helm 명령어 설치
testuser@localhost:~$ wget https://storage.googleapis.com/kubernetes-helm/helm-v2.14.0-linux-amd64.tar.gz
--2019-05-30 13:06:49--  https://storage.googleapis.com/kubernetes-helm/helm-v2.14.0-linux-amd64.tar.gz
Resolving storage.googleapis.com (storage.googleapis.com)... 216.58.197.176, 2404:6800:4004:818::2010
Connecting to storage.googleapis.com (storage.googleapis.com)|216.58.197.176|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 26527228 (25M) [application/x-tar]
Saving to: ‘helm-v2.14.0-linux-amd64.tar.gz’

helm-v2.14.0-lin 100%[========>]  25.30M  32.3MB/s    in 0.8s    

2019-05-30 13:06:51 (32.3 MB/s) - ‘helm-v2.14.0-linux-amd64.tar.gz’ saved [26527228/26527228]
testuser@localhost:~$ tar -xzvf helm-v2.14.0-linux-amd64.tar.gz
linux-amd64/
linux-amd64/tiller
linux-amd64/README.md
linux-amd64/LICENSE
linux-amd64/helm
testuser@localhost:~$ sudo mv linux-amd64/helm /usr/local/bin/helm
testuser@localhost:~$ helm version
Client: &version.Version{SemVer:"v2.14.0", GitCommit:"05811b84a3f93603dd6c2fcfe57944dfa7ab7fd0", GitTreeState:"clean"}
Error: could not find tiller

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}