automation-suite
2023.10
false
- 概述
- 要求
- 安装
- 安装后
- 迁移和升级
- 监控和警示
- 集群管理
- 特定于产品的配置
- 故障排除
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。

EKS/AKS 上的 Automation Suite 安装指南
上次更新日期 2025年12月4日
您可以在
appsettings.json文件中配置 Orchestrator 设置。 如果该文件尚不存在,您可以自行创建该文件。 要修改设置,请执行以下步骤:
-
将新值放置在
appsettings.json文件中。确保使用以下示例中显示的格式:{ "EncryptionKeyPerTenant.Enabled": "true", "Triggers.DisableWhenFailedCount": "20", "Triggers.JobsCountStrategy": "NoLimit" }{ "EncryptionKeyPerTenant.Enabled": "true", "Triggers.DisableWhenFailedCount": "20", "Triggers.JobsCountStrategy": "NoLimit" } -
使用以下命令更新
appSettings配置:uipathctl config orchestrator update-config --app-settings appsettings.jsonuipathctl config orchestrator update-config --app-settings appsettings.json
appSettings存储在 UiPath 命名空间中orchestrator-customconfig配置映射的values.json键下。 您可以使用kubectl或类似工具删除任何不必要的appSettings 。
orchestrator-customconfig 配置映射中的 values.json 示例:
{
"AppSettings" : {
"EncryptionKeyPerTenant.Enabled": "true",
"Triggers.DisableWhenFailedCount": "20",
"Triggers.JobsCountStrategy": "NoLimit"
},
"Kestrel" : {
...
}
}{
"AppSettings" : {
"EncryptionKeyPerTenant.Enabled": "true",
"Triggers.DisableWhenFailedCount": "20",
"Triggers.JobsCountStrategy": "NoLimit"
},
"Kestrel" : {
...
}
}