헬름 명령어
이곳에서 헬름 CLI 명령어 목록을 찾고, 그 사용법 정보를 얻을 수 있다.
📄️ helm
쿠버네티스를 위한 헬름 패키지 매니저
📄️ helm completion
지정될 셸에 대한 자동 스크립트 생성
📄️ helm completion bash
bash에 대한 자동 완성 스크립트 생성
📄️ helm completion fish
fish에 대한 자동 완성 스크립트 생성
📄️ helm completion powershell
generate autocompletion script for powershell
📄️ helm completion zsh
zsh에 대한 자동 완성 스크립트 생성
📄️ helm create
주어진 이름으로 새로운 차트를 생성
📄️ helm dependency
차트의 종속성을 관리
📄️ helm dependency build
Chart.lock 파일을 기반으로 charts/ 디렉토리를 다시 빌드
📄️ helm dependency list
주어진 차트에 대한 종속성을 나열
📄️ helm dependency update
Chart.yaml 의 내용에 따라 charts/ 업데이트
📄️ helm env
헬름 클라이언트 환경변수 정보
📄️ helm get
명명된 릴리스의 확장 정보 다운로드
📄️ helm get all
명명된 릴리스에 대한 모든 정보 다운로드
📄️ helm get hooks
명명된 릴리스에 대한 모든 훅 다운로드
📄️ helm get manifest
명명된 릴리스에 대한 매니페스트 다운로드
📄️ helm get metadata
This command fetches metadata for a given release
📄️ helm get notes
명명된 릴리스에 대한 노트 다운로드
📄️ helm get values
명명된 릴리스에 대한 값 파일 다운로드
📄️ helm history
릴리스 히스토리를 가져온다.
📄️ helm install
차트를 설치한다.
📄️ helm lint
이슈가 발생하지 않을지 차트를 검토한다
📄️ helm list
릴리스를 나열한다.
📄️ helm package
차트 디렉토리를 차트 아카이브로 패키징
📄️ helm plugin
헬름 플러그인 설치, 나열, 제거
📄️ helm plugin install
하나 이상의 헬름 플러그인을 설치한다.
📄️ helm plugin list
설치된 헬름 플러그인 나열
📄️ helm plugin uninstall
하나 이상의 헬름 플러그인을 제거
📄️ helm plugin update
하나 이상의 헬름 플러그인 업데이트
📄️ helm pull
저장소에서 차트를 다운로드하고 (선택적으로) 로컬 디렉터리에 압축 해제
📄️ helm push
push a chart to remote
📄️ helm registry
login to or logout from a registry
📄️ helm registry login
login to a registry
📄️ helm registry logout
logout from a registry
📄️ helm repo
차트 저장소 추가, 나열, 제거, 업데이트, 색인 생성
📄️ helm repo add
차트 저장소를 추가
📄️ helm repo index
패키지된 차트를 포함하는 디렉터리에 인덱스 파일을 생성
📄️ helm repo list
차트 저장소 나열
📄️ helm repo remove
하나 이상의 차트 저장소 제거
📄️ helm repo update
차트 저장소에서 로컬로 사용 가능한 차트의 정보를 업데이트한다.
📄️ helm rollback
릴리스를 이전 리비젼으로 롤백한다.
📄️ helm search
차트에서 키워드 검색
📄️ helm search hub
헬름 허브 또는 모노큘러 인스턴스에서 차트 검색
📄️ helm search repo
차트에서 키워드에 대한 저장소 검색
📄️ helm show
차트의 정보를 보여준다
📄️ helm show all
차트의 모든 정보를 표시한다
📄️ helm show chart
차트의 정의를 보여준다
📄️ helm show crds
show the chart's CRDs
📄️ helm show readme
차트의 README 파일을 표시
📄️ helm show values
차트의 값을 표시
📄️ helm status
명명된 릴리스의 상태를 표시한다
📄️ helm template
로컬에서 템플릿을 렌더링 한다.
📄️ helm test
릴리스에 대하여 테스트를 수행한다.
📄️ helm uninstall
릴리스 언인스톨
📄️ helm upgrade
릴리스를 업그레이드한다.
📄️ helm verify
주어진 경로의 차트가 서명되었고, 유효한지 확인한다.
📄️ helm version
클라이언트 버전 정보를 출력한다.