goodrain / rainbond

No need to know Kubernetes' cloud native application management platform
https://www.rainbond.io
GNU Lesser General Public License v3.0
5.19k stars 791 forks source link

🙋解决由于近期 Rainbond 源码包域名服务迁移,导致源码构建失败 #2150

Open zzzhangqi opened 2 months ago

zzzhangqi commented 2 months ago

由于近期 Rainbond 源码包域名服务迁移,导致源码构建失败。在 v6.1.0-release 版本默认修改为了最新的域名。

请参考文章进行修改:https://mp.weixin.qq.com/s/jlaQTZymQ5-SsxCEaqoWmQ

v6 版本的用户会遇到修改后过几天又被覆盖的问题,这种情况会发生在 v6.1.0-release 之前的版本或者从 v6.0.0-release 升级上来的用户,你需要修改 rainbond-operator 版本:

$ kubectl edit deploy rainbond-operator -n rbd-system

spec:
  ...
  image: registry.cn-hangzhou.aliyuncs.com/goodrain/rainbond-operator:v6.1.1-release

rainbond-operatr 最新版本为 v6.1.2-release

[!CAUTION] 注意:最新版本会修改网关和默认镜像仓库,请参阅 v6.1.2-release 发布说明

Issues-translate-bot commented 3 weeks ago

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


Please take a look. It's normal after changing to a new domain name, but this problem has occurred again today. Now the V5 version source code project cannot be built.