跳到主要内容

5.7.1升级至5.8.0文档

版本变更

5.8.0 版本变更

控制台升级

  1. 执行 sql 升级脚本
  • 进入 Rainbond-控制台组件
kubectl exec -it $(kubectl get po -n rbd-system | grep rbd-app-ui | grep Running | sed -n '1p' | awk '{print $1}') -n rbd-system bash
  • 进入 Rainbond-控制台组件后,执行以下命令
curl https://rainbond-script.oss-cn-hangzhou.aliyuncs.com/upgrade-5.8.0.sh | bash

数据中心升级

1. 更新 grctl 命令

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

注意:如果遇到无法安装 grctl 可以参考 grctl 安装文档

2. 执行升级命令

grctl cluster upgrade --new-version=v5.8.0-release
caution

非 helm 安装的 Rainbond,出现以下报错为正常现象,可以忽略

error: update rainbond components: get rbdcomponent rbd-app-ui: rbdcomponents.rainbond.io "rbd-app-ui" not found