Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
# Expected Output
# You may need to shut down and restart powershell and/or consoles
# first prior to using choco.
# Ensuring Chocolatey commands are on the path
# Ensuring chocolatey.nupkg is in the lib folder
결과가 똑같이 나오지 않았다면, 관리자 권한으로 터미널을 실행했는지 확인하세요.
Helm
Helm 공식 문서에 따르면, Kubernetes 커뮤니티 멤버들은 Chocolatey용 Helm 패키지 빌드에 기여해왔다고 합니다.
감사한 마음을 갖고 Chocolatey로 Helm을 설치합니다. 다른 방법이 궁금하다면 링크를 클릭하세요.
설치
관리자 권한으로 터미널 열기
명령어를 입력하여 Helm 설치
choco install kubernetes-helm
...
Do you want to run the script?([Y]es/[A]ll - yes to all/[N]o/[P]rint): y
# Expected Output
# Chocolatey installed 1/1 packages.
# See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
스크립트를 실행하기 위해 y를 입력합니다.
확인
명령어를 입력하여 정상적으로 설치됐는지 확인
helm version
# Expected Output
# version.BuildInfo{Version:"v3.6.3", GitCommit:"d506314abfb5d21419df8c7e7e68012379db2354", GitTreeState:"clean", GoVersion:"go1.16.5"}
정상적으로 설치하였다면 버전은 Helm 3.x 입니다.
Airflow
설치
Helm 3을 사용하여 Airflow를 설치합니다. 자세한 설치 방법은 링크에서 확인할 수 있습니다.