yangkaa

Results 79 comments of yangkaa

```yaml apiVersion: v1 data: buildkittoml: |- debug = true [registry."goodrain.me"] http = false insecure = true [registry."192.168.46.21"] http = true kind: ConfigMap ``` 尝试参考以上内容,只使用 http 协议,查看是否可以构建成功,或者不要使用自签发证书

能否具体说下你的使用场景呢?为什么会单独load这个镜像到新的服务器上? 如果你是想在新服务器上重新部署该业务,使用应用模版的导出功能,再导入即可啊,不会涉及到你自己处理这个镜像的过程。

nfs 客户端其实不是必须安装的,只是默认情况下,Rainbond 会自动为你安装一个 nfs 存储。如果你自己集群已经有默认的存储类了,那么你在使用 Helm 安装时只需要指定 [RWX](https://github.com/goodrain/rainbond-chart/blob/d56e0c3dfac98c3eea4329d776c7b6458fc69f94/values.yaml#L72) 和 [RWO](https://github.com/goodrain/rainbond-chart/blob/d56e0c3dfac98c3eea4329d776c7b6458fc69f94/values.yaml#L80) 的 storageClass 即可。 也就是说当你有这个 openebs-hostpath storageClass 类时,你按照上方指定以后,那么不会生成 rainbondvolumerwx,也不需要你有 nfs 客户端。只是把同一个 storageClass 设置两次的体验确实不太好,这部分可以优化下 Chart 包

rbd-db 和 rbd-etcd 主要是出于性能考虑使用的本地存储。如果你使用外部数据库,复用K8s 集群的etcd ,那么就不会有这两个存储。 rwx 和rwo后续确实可以简化为一种,减少配置。你现在这两种都使用 openebs-hostpath 是不可用的吗?

源码构建需要识别语言,下载代码,传入相应的构建参数。中间涉及到的接口较多。不是一个接口就可以直接完成的。所以目前没有该接口。 你需要该接口的具体场景是什么呢?

具体是指哪一块的环境变量呢,端口自动生成的环境变量吗?一般会是 GRXXX_PORT 这样的环境变量啊,可以在组件端口,点击别名进行修改

Thanks for suggesting this feature. We are very interested in considering and adding end-to-end (e2e) testing to our tool. If possible, we would appreciate it if you could share your...

Great, I believe you can implement it. However, before we start, I'm not sure how familiar you are with our project. The project mainly consists of the following components: 1....

![wechat](https://github.com/goodrain/rainbond/assets/30614084/31095e40-0bc3-471f-b252-e6c7b5cf5339) You can add this WeChat and note "e2e test". I can ask others to help you set up the environment.

Which features of BuildKit do you think attract you? Currently, the source code build is built using buildpack. You can refer to this project: https://github.com/goodrain/builder If you mean Dockerfile build,...