6.2.3. macOS에서
Helm 바이너리를 다운로드합니다.
Intel (x86_64)에서 macOS의 경우:
# curl -L https://mirror.openshift.com/pub/openshift-v4/clients/helm/latest/helm-darwin-amd64 -o /usr/local/bin/helmmacOS on ARM (Apple Silicon)의 경우:
# curl -L https://mirror.openshift.com/pub/openshift-v4/clients/helm/latest/helm-darwin-arm64 -o /usr/local/bin/helm
바이너리 파일을 실행 가능하게 합니다.
# chmod +x /usr/local/bin/helm설치된 버전을 확인합니다.
$ helm version출력 예
version.BuildInfo{Version:"v3.0", GitCommit:"b31719aab7963acf4887a1c1e6d5e53378e34d93", GitTreeState:"clean", GoVersion:"go1.13.4"}