Helm在本地安装图表的位置 [英] Where Does Helm Install Charts Locally

查看:87
本文介绍了Helm在本地安装图表的位置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是新头盔.舵在本地哪里安装图表,我可以更改此位置吗? 我需要将已安装图表的位置设置为Docker中的托管卷.

I am new Helm. Where does helm install charts locally and can I change this location? I need to set the location of the installed charts to a hosted volume in Docker.

推荐答案

如果要使用pullfetch命令获取远程舵图,它将在当前目录中写入该图.

If you are fetching a remote helm chart with pull or fetch command, It will write the chart in a current directory.

您可以使用--destination/-d指定写入图表的位置.

You can use --destination/-d to specify the location to write the chart.

例如:

$ helm pull stable/nginx-lego
$ ls
nginx-lego-0.3.1.tgz


$ helm pull stable/nginx-lego -d somedir

这篇关于Helm在本地安装图表的位置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆