젠킨스

eunheelog·2024년 9월 7일
0

Beyond SW

목록 보기
15/15

Helm 설치

  1. 파워쉘 관리자 권한으로 실행
  2. 사이트 접속
  3. 명령어 복사
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
  1. 파워쉘에 복붙 후 확인

choco install kubernetes-helm

department를 젠킨스에 배포

살아있는지 확인


젠킨스 네임스페이스 생성

kubectl create namespace jenkins

레포 생성 및 업데이트

helm repo add jenkins https://charts.jenkins.io

profile
⛧1일 1알고리즘⛧

0개의 댓글