跳到主要内容

5.11.1升级至5.12.0文档

版本变更

5.12.0 版本变更

控制台升级

直接运行在集群中,以 rbd-app-ui 的 Pod 运行的控制台,不需要在此步操作。

Allinone 控制台

通过 docker run 启动的控制台升级方式如下:

  1. 更换 Allinone 镜像
docker stop rainbond-allinone && docker rm rainbond-allinone
#该命令参数需要和之前启动的rainbond-allinone容器一致
docker run -d -p 7070:7070 -v ~/.ssh:/root/.ssh -v ~/rainbonddata:/app/data \
--name=rainbond-allinone --restart=always \
registry.cn-hangzhou.aliyuncs.com/goodrain/rainbond:v5.12.0-release-allinone

集群端升级

更新 grctl 命令

docker run -it --rm -v /:/rootfs  registry.cn-hangzhou.aliyuncs.com/goodrain/rbd-grctl:v5.12.0-release copy
mv /usr/local/bin/rainbond-grctl /usr/local/bin/grctl && grctl install

执行升级命令

#替换基础 region 镜像版本
grctl cluster upgrade --new-version=v5.12.0-release
#手动替换 operator 镜像版本为 v5.12.0-release
kubectl edit deploy rainbond-operator -n rbd-system

更新插件所需资源

kubectl apply -f https://get.rainbond.com/rainbond.io_rbdabilities.yaml
kubectl apply -f https://get.rainbond.com/rainbond.io_rbdplugins.yaml