- 概述
- 要求
- 安装
- 安装后
- 集群管理
- 监控和警示
- 迁移和升级
- 特定于产品的配置
- 最佳实践和维护
- 故障排除
自动化:离线升级
Ansible 用于通过在集群中的一台计算机上执行某些操作来自动升级整个 Automation Suite 集群。
在下图中, 服务器 1 节点(或 Ansible 主机节点)使用 Ansible 协调整个 Automation Suite 集群的升级。
uipathctl.sh
脚本准备好环境。 有关详细信息,请参阅 使用 uipathctl.sh。
/opt/UiPathAutomationSuite
文件夹中都有 10GiB 的可用空间。 如果空间不足,您可以增加此文件夹的容量,也可以删除除cluster_config.json
之外的所有以前的安装程序文件。 您始终可以再次下载以前的安装程序。
df -h /opt/UiPathAutomationSuite
。
要准备升级,请执行以下步骤:
docker-registry
与容器映像结合使用以用于新版本产品。
- 确保在升级前 10 个小时内不要结合使用容器和/或其他基础架构映像。
- 如果升级 Document Understanding 和 Computer Vision,则必须下载与升级后的 Automation Suite 版本匹配的基本映像(使用与 ML 包版本对应的基本映像),并在升级前将其与 Docker 注册表结合使用,以避免中断正在运行 DU 技能。要下载 Document Understanding 和 Computer Vision 安装包,请参阅下载安装包。
docker-registry
,请在第一个服务器节点上运行以下命令:cd /opt/UiPathAutomationSuite/{version}/installer
./configureUiPathAS.sh registry upload --offline-bundle /uipath/{version}/as.tar.gz --offline-tmp-folder /uipath/tmp
cd /opt/UiPathAutomationSuite/{version}/installer
./configureUiPathAS.sh registry upload --offline-bundle /uipath/{version}/as.tar.gz --offline-tmp-folder /uipath/tmp
将集群置于维护模式将关闭入口控制器和所有 UiPath 服务,并阻止进入 Automation Suite 集群的所有传入流量。
要升级 Automation Suite 集群,请执行以下步骤:
基本参数
参数 |
值 |
---|---|
|
可能的值:
online 和offline 。
由于此页面提供了有关离线环境的说明,因此请选择
offline 值。
|
|
可能的值包括:
all 、 infra 、 fabric 和services 。
表示安装和升级流程的每个阶段。
重要提示: 您必须在升级 Kubernetes 和基础架构组件的同时上传 Docker 注册表并进行水合。 要同时执行这两个步骤,请运行
--steps bundles infra 。
不要单独运行
--steps bundles ,因为这会损坏集群。
如果升级期间发生错误,您可以使用这些检查点恢复升级操作,而不是从头开始重试。 |
|
as.tar.gz 离线捆绑包的路径,包含结构和服务容器映像。 建议将其存储在 /uipath/{version}/as.tar.gz |
|
as-infra.tar.gz 离线捆绑包的路径,其中包含 Kubernetes 和基础架构捆绑包。
|
|
cluster_config.json 文件,该文件定义应用于通过 Automation Suite 部署的 UiPath 服务的参数、设置和首选项。
|
高级参数
参数 |
值 |
---|---|
|
指定用于与所有节点的 SSH 连接的用户名。 默认为当前用户。 如果您对所有节点使用不同的用户名,则不要使用此参数,而是在
inventory.ini 中设置所有节点的用户名,并将其传递给脚本。
示例: 运行脚本时,您将以
myadminuser 用户名登录。 但是,如果要使用testadmin 用户名通过 SSH 连接,则必须为此参数提供testadmin 。
|
|
指定现有的 Ansible 清单文件。 如果未指定,系统将使用基本配置从现有集群自动生成一个。 在某些情况下,您希望进行更精细的控制,您可能需要提供自己的清单文件。 例如,如果您想对集群中的所有节点使用不同的 SSH 用户名或 SSH 密钥。 有关详细信息,请参阅 生成 AnsibleInventory.init 文件。 |
./uipathctl.sh upgrade --install-type offline --steps {fabric | services}
。
升级完成后,维护模式将自动禁用。
执行升级后,您可以执行以下附加步骤:
-
要验证 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 }}}}' -
如果在执行升级后遇到映像漏洞或存储消耗问题,请从旧的安装程序中删除映像。有关详细信息,请参阅故障排除部分。
-
After upgrading to Automation Suite 2023.4.8 or newer, you can clean up the previous version images after the upgrade from the in-cluster Docker registry. For instructions, see How to delete images from the old installer after upgrade.
在开始升级集群之前,升级脚本会自动创建集群的备份,然后暂时将其禁用。 升级完成后,您可能需要手动启用备份。
要启用备份,请按照备份和还原集群文档中所述的说明进行操作。