쿠버네티스 Helm v2.x 설치하기 (클라이언트)
-
nak28177
(나크나로) - 이 글의 작성자
- Offline
- Newbie
덜보기
더보기
- Posts: 72
- Thank you received: 5
05 Jan 2024 15:59 - 05 Jan 2024 16:04 #32088
작성자: nak28177
nak28177 님의 글: 쿠버네티스 Helm v2.x 설치하기 (클라이언트)
서버에 Helm 3.x 가 설치되어 있는 상황에서 Helm 2.x 추가로 설치하는 방법.
curl -L git.io/get_helm.sh | bash
Tiller가 없다는 메시지가 뜬다. Tiller 설치 방법은 다음 글로 정리한다.
curl -L git.io/get_helm.sh | bash
$ helm version
version.BuildInfo{Version:"v3.10.1", GitCommit:"9f88ccb6aee40b9a0535fcc7efea6055e1ef72c9", GitTreeState:"clean", GoVersion:"go1.18.7"}
$ /usr/local/bin/helm version
Client: &version.Version{SemVer:"v2.17.0", GitCommit:"a690bad98af45b015bd3da1a41f6218b1a451dbe", GitTreeState:"clean"}
Error: could not find tiller
Tiller가 없다는 메시지가 뜬다. Tiller 설치 방법은 다음 글로 정리한다.
Time to create page: 0.068 seconds