helm pull

Jmnote (토론 | 기여)님의 2023년 9월 21일 (목) 11:52 판 (→‎같이 보기)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

helm pull
root@wsl:~# helm repo list
Error: no repositories to show
root@wsl:~# helm pull hashicorp/consul
Error: repo hashicorp not found
root@wsl:~# helm repo add hashicorp https://helm.releases.hashicorp.com
"hashicorp" has been added to your repositories
root@wsl:~# helm repo list
NAME            URL
hashicorp       https://helm.releases.hashicorp.com
root@wsl:~# helm pull hashicorp/consul
root@wsl:~# ll *.tgz
-rw-r--r-- 1 root root 103763 Dec 28 14:07 consul-1.0.2.tgz
root@wsl:~# helm pull hashicorp/consul --untar
root@wsl:~# find consul
...
consul/addons/values
consul/addons/values/prometheus.yaml
consul/values.yaml
consul/Chart.yaml

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}