Ldsdsy
Ldsdsy
同样的 operator 和 chart 包去部署 nacos 集群,在两套环境里的表现完全不一样,环境一里面部署,扩容都很正常,但环境二里面很容易失败,部署失败后重启 pod 有概率会成功,扩容操作肯定会失败,看节点日志,nacos 一直在 starting。这两套环境的区别,主要是环境一用的 nfs 持久化,环境二用的 Carina,不清楚是不是跟这有关系。有什么可能的原因可供参考吗?
**Describe the bug** 当调用组件构建接口更新镜像时,确实更新了镜像也触发了构建。但组件构建源页面里的版本却没有同步更新。 **To Reproduce** Steps to reproduce the behavior: 1. 部署一个组件test是用镜像:xxxxxxxx:202401120255-94ab95 2. 调用构建接口更新镜像为:xxxxxx:202401120306-3036d4 $ curl --location --request POST "http://10.32.212.127:7070/openapi/v1/teams/nawlie0s/regions/rainbond/apps/1/services/3b60d295d4ecfef9080ed71164019f70/build" \ --header "Authorization: xxxxxxx" \ --header 'Content-Type: application/json' \...