- 概述
- 要求
- 安装
- 安装后
- 集群管理
- 监控和警示
- 迁移和升级
- 特定于产品的配置
- 最佳实践和维护
- 故障排除
手动:在线升级
在第一个服务器节点上执行以下步骤,然后在集群中的所有其他节点(服务器和代理)上执行。
/opt/UiPathAutomationSuite
文件夹中都有 10GiB 的可用空间。 如果空间不足,您可以增加此文件夹的容量,也可以删除除cluster_config.json
之外的所有以前的安装程序文件。 您始终可以再次下载以前的安装程序。
df -h /opt/UiPathAutomationSuite
。
要准备升级,请执行以下步骤:
将集群置于维护模式将关闭入口控制器和所有 UiPath 服务,并阻止进入 Automation Suite 集群的所有传入流量。
/opt/UiPathAutomationSuite/Installer
中,cluster_config.json
文件内的 zone_resilience
标记设置为 false
。
此步骤将升级与集群一起运行的结构和服务组件。 您只能从任何服务器节点执行此步骤一次。
执行升级后,您可以执行以下附加步骤:
-
要验证 Automation Suite 是否运行正常,请运行:
kubectl get applications -n argocd
kubectl get applications -n argocd -
从低于 2023.4.0 的 Automation Suite 版本升级时,请验证 Apps 是否正在运行,然后删除 MongoDB:
./configureUiPathAS.sh mongodb uninstall --force
./configureUiPathAS.sh mongodb uninstall --force -
如果您在使用
./configureUiPathAS.sh mongodb uninstall --force
命令删除 MongoDB 时遇到错误,请运行以下命令:kubectl patch application "fabric-installer" -n argocd --type=merge -p '{"spec" : {"syncPolicy" : {"automated" : {"selfHeal": false }}}}' ./configureUiPathAS.sh mongodb uninstall --force kubectl patch application "fabric-installer" -n argocd --type=merge -p '{"spec" : {"syncPolicy" : {"automated" : {"selfHeal": true }}}}'
kubectl patch application "fabric-installer" -n argocd --type=merge -p '{"spec" : {"syncPolicy" : {"automated" : {"selfHeal": false }}}}' ./configureUiPathAS.sh mongodb uninstall --force kubectl patch application "fabric-installer" -n argocd --type=merge -p '{"spec" : {"syncPolicy" : {"automated" : {"selfHeal": true }}}}' -
如果在执行升级后遇到映像漏洞或存储消耗问题,请从旧的安装程序中删除映像。有关详细信息,请参阅故障排除部分。
升级并执行清理和迁移操作后,您必须继续备份。
在继续以下步骤之前,请确保 Automation Suite 已启动并正在运行,并且您的自动化按预期继续进行。
要启用备份,请按照备份和还原集群文档中所述的说明进行操作。
执行 Automation Suite 集群升级后,Azure 和 AWS 模板部署需要进行一些更改,以确保新节点通过横向扩展操作正确加入集群。 要自动执行更改,我们建议使用专用脚本。 有关说明,请参阅 Azure 部署模板文档 和 AWS 部署模板文档。
对使用 Azure 模板部署的集群执行升级时,可能会出现类似于下图所示的错误:
cluster_config.json
文件中的 fixed_rke_address
字段。在运行升级命令之前,您必须将此字段的值更改为第一个服务器实例的 IP 地址。由于节点运行状况不佳,上传到密钥保管库的 cluster_config.json
应继续具有 ILB 的 IP 地址,并且不会平衡到该节点的流量。