helm pull

1 개요[ | ]

helm pull
Console
Copy
root@wsl:~# helm repo list
Error: no repositories to show
Console
Copy
root@wsl:~# helm pull hashicorp/consul
Error: repo hashicorp not found
Console
Copy
root@wsl:~# helm repo add hashicorp https://helm.releases.hashicorp.com
"hashicorp" has been added to your repositories
Console
Copy
root@wsl:~# helm repo list
NAME            URL
hashicorp       https://helm.releases.hashicorp.com
Console
Copy
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
Console
Copy
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 참고[ | ]