helm-wrapper icon indicating copy to clipboard operation
helm-wrapper copied to clipboard

计划支持添加repo的接口吗?

Open singeleaf opened this issue 5 years ago • 7 comments

singeleaf avatar Oct 23 '20 02:10 singeleaf

repo 直接通过配置文件配置即可

opskumu avatar Oct 23 '20 02:10 opskumu

初始化是可以配置,但是在使用过程中需要动态添加helm仓库,如果没有添加repo的接口,通过修改配置文件然后重启,这种方式不太合适

singeleaf avatar Oct 23 '20 02:10 singeleaf

添加 repo 会涉及到配置信息同步,特别是多实例的情况下,会涉及到不同实例之间的同步,短期内应该不会考虑 API 层面添加 repo,后面想想有什么好办法可以解决这个问题,或者先支持配置变更,动态加载的功能

opskumu avatar Oct 23 '20 03:10 opskumu

其实还是推荐维护一份内部 repo,外部 charts 统一上传到内部 repo

opskumu avatar Oct 23 '20 03:10 opskumu

我们当前的场景会涉及到动态创建repo,因此会有动态添加repo的需求,“维护一份内部 repo,外部 charts 统一上传到内部 repo”不适合我们这边,我这边先修改配置文件重启用着

singeleaf avatar Oct 23 '20 09:10 singeleaf

我们当前的场景会涉及到动态创建repo,因此会有动态添加repo的需求,“维护一份内部 repo,外部 charts 统一上传到内部 repo”不适合我们这边,我这边先修改配置文件重启用着

嗯 好的 我想想办法

opskumu avatar Oct 23 '20 13:10 opskumu

是还没有支持动态添加repo的能力,对吧?或者sdk层面,有什么例子可以借鉴不? 谢谢

njleon007 avatar Jun 23 '22 04:06 njleon007