automation-suite
2.2510
true
- 概述
- 要求
- 预安装
- 安装
- 安装后
- 迁移和升级
- 监控和警示
- 集群管理
- 特定于产品的配置
- 故障排除
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。

EKS/AKS 上的 Automation Suite 安装指南
上次更新日期 2025年11月13日
You can convert an existing installation into multi-site by taking the following steps:
-
Convert the standalone Automation Suite cluster into the primary cluster. For details, see Converting a standalone cluster into a primary cluster.
-
安装辅助 Automation Suite 集群。有关详细信息,请参阅 Disaster Recovery - 安装辅助集群。
Note: Ensure that the certificates are the same on the primary and secondary clusters. This check is not performed or enforced automatically.
要将现有的 Automation Suite 集群转换为多站点部署的主集群,请执行以下步骤:
- Update
input.json. Add or updatefqdn,cluster_fqdn, and enablemultisite."fqdn" : "<global traffic manager fqdn>" "cluster_fqdn": "<fqdn of the primary cluster>", "multisite": { "enabled": true, "primary": true }"fqdn" : "<global traffic manager fqdn>" "cluster_fqdn": "<fqdn of the primary cluster>", "multisite": { "enabled": true, "primary": true }For details, see the following documentation: Advanced installation experience.
更新 TLS 证书部分以配置新证书,确保其满足本部分中列出的要求。
Note: It is recommended to keep the FQDN of your existing Automation Suite setup to avoid reconfiguring all your robots. - Reapply the manifest by running the following command:Refer to Installing Automation Suite.
uipathctl manifest apply input.json --versions version.jsonuipathctl manifest apply input.json --versions version.json