반응형

helm 명령어 도움

helm 가이드

helm completion

helm 자동완성

source <(helm completion bash)

 

레포지토리 조회 / 삭제 / 추가

로컬에 등록된 저장소 내부에서 검색

helm search repo

hub 검색

helm search hub

레포지토리 URL 추가

helm repo add {name} {url}

레포지토리 리스트 확인

helm repo list

 

레포지토리 업데이트

helm repo update

 

Chart 설치 / 삭제 / 조회

Chart 설치

helm install {차트 이름} {설치 대상 차트}

Chart 삭제

helm uninstall {차트 이름}

Chart 조회

helm list

Chart 상태 확인

helm status
반응형

+ Recent posts