반응형
윈도우10에서 helm 설치하기
아래 사이트에 '헬름 설치하기' 항목 중 'Chocolatey'을 사용하여 설치하였습니다.
https://helm.sh/ko/docs/intro/install/
윈도우 터미널 실행 (cmd)
설치하기
>choco install kubernetes-helm
Chocolatey v0.10.15
Chocolatey detected you are not running from an elevated command shell
(cmd/powershell).
You may experience errors - many functions/packages
require admin rights. Only advanced users should run choco w/out an
elevated shell. When you open the command shell, you should ensure
that you do so with "Run as Administrator" selected. If you are
attempting to use Chocolatey in a non-administrator setting, you
must select a different location other than the default install
location. See
https://chocolatey.org/install#non-administrative-install for details.
Do you want to continue?([Y]es/[N]o): Y
Installing the following packages:
kubernetes-helm
By installing you accept licenses for the packages.
kubernetes-helm v3.7.1 already installed.
Use --force to reinstall, specify a version to install, or try upgrade.
Chocolatey installed 0/1 packages.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
Warnings:
- kubernetes-helm - kubernetes-helm v3.7.1 already installed.
Use --force to reinstall, specify a version to install, or try upgrade.
설치 후 버전 확인
>helm version
version.BuildInfo{Version:"v3.7.1", GitCommit:"1d11fcb5d3f3bf00dbe6fe31b8412839a96b3dc4", GitTreeState:"clean", GoVersion:"go1.16.9"}
반응형