Results 74 comments of Kumu

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

@kf2004 因为使用的是 scratch 最小基础镜像,可以使用 nsenter 进入,或者 Dockerfile 基础镜像修改成 ubuntu 或者 debian 之类的哈

Now helm-wrapper really doesn't have auth, i can add a basic auth.

Looks good. helm-wrapper supports multiple clusters, how does it support multiple clusters using ServiceAccount authentication?

yes, when use `ServiceAccount`, i have no idea about it, how support multiple clusters

@dnsisme 你的意思是通过 url 修改 request.body 的数据吗?这个应该做不了吧

另外需要确认下你 kubeconfig 配置应该是配置好的吧

@dnsisme `kubeConfig` 直接指定文件名就好了,不要读取啊,这里是它的文件路径,不是内容 ``` file := dir + "/conf/kube/config" kubeConfig, err := os.ReadFile(file) if err != nil { panic(err) } ```