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

EKS/AKS 上的 Automation Suite 安装指南
上次更新日期 2025年11月13日
如要更新 Automation Suite 的 FQDN,必须更新
input.json文件并运行uipathctl安装程序。
备注:
更改 FQDN 需要新的服务器证书。 如果新证书不可用,您有两个选择:继续使用安装程序自动配置的新自签名证书,或停止安装并引入新的 CA 颁发的证书。
您可以通过
input.json文件中的server_certificate字段配置证书。
对于共享集群中的 Automation Suite 安装,安装程序仅当在
<istio-system>命名空间中具有管理员权限时才能自动配置新证书。
如果未向 Automation Suite 安装程序授予管理员权限,则必须按照配置 Istio 并安装用于路由的 WASM 插件末尾说明中的说明进行操作,然后再继续执行以下步骤。
您必须更新input.json文件中的以下参数:
-
fqdn- 使用访问集群所需的新 FQDN 更新此字段。注意:我们仅支持小写 FQDN。不要在 FQDN 中使用大写字符。
input.json配置。
{
"fqdn": "new-automationsuite.mycompany.com" //this is the fqdn for accessing the automation suite cluster
}{
"fqdn": "new-automationsuite.mycompany.com" //this is the fqdn for accessing the automation suite cluster
}要更新 FQDN,请运行以下命令:
uipathctl manifest apply input.json --versions version.jsonuipathctl manifest apply input.json --versions version.json 注意:如果运行带有
安装程序会警告您更新 FQDN 的后果。在继续操作之前,它会要求您确认。
--force标志的命令,它将覆盖警告提示并直接执行 FQDN 更改。
[WARN] You are about to change the FQDN of the Automation Suite Cluster.
Changing the fqdn is a disruptive operation, and it will result in
disconnecting your robots, mobile orchestrator users, ML Activities,
and ML Skills and invalidating any pending user invites.
If you wish to continue type 'yes' and hit enter to continue.[WARN] You are about to change the FQDN of the Automation Suite Cluster.
Changing the fqdn is a disruptive operation, and it will result in
disconnecting your robots, mobile orchestrator users, ML Activities,
and ML Skills and invalidating any pending user invites.
If you wish to continue type 'yes' and hit enter to continue.如果没有与 FQDN 相关的新的有效证书,安装程序也会向您发出警告。如果证书验证失败,安装程序会要求您提供由 CA 颁发的新证书或继续使用新的自签名证书。
************************************************************************************
[ERROR] Validating certificate... Failed
[ERROR] Certificate doesn't have new-automationsuite.mycompany.com in the SAN
************************************************************************************
Certificate provided is invalid for the new fqdn, would you like us to configure the new self signed certificate?
If you wish to continue type `yes` and hit enter to continue.************************************************************************************
[ERROR] Validating certificate... Failed
[ERROR] Certificate doesn't have new-automationsuite.mycompany.com in the SAN
************************************************************************************
Certificate provided is invalid for the new fqdn, would you like us to configure the new self signed certificate?
If you wish to continue type `yes` and hit enter to continue.注意:确保清除 Redis 数据库中的所有数据。您可以通过运行 FLUSHALL 命令来执行此操作。