automation-suite
2024.10
true
重要 :
请注意此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

EKS/AKS 上的 Automation Suite 安装指南

上次更新日期 2024年12月18日

配置应用程序设置

Orchestrator 配置由一系列 Kubernetes 配置映射和密码组成,这些数组按特定顺序加载,并放置在配置映射的appSettings部分中。
将从orchestrator-customconfig配置映射中加载最新配置。 任何新加载的配置都将覆盖具有相同密钥的所有现有设置。
要显示当前的自定义 Orchestrator 配置,请使用config orchestrator get-config uipathctl 命令:
uipathctl config orchestrator get-config --app-settings
{
  "key":"value"
}uipathctl config orchestrator get-config --app-settings
{
  "key":"value"
}
配置appSettings所需的uipathctl命令包括:
  • uipathctl config orchestrator get-config --app-settings - 这将在键值对 json 文件中导出当前配置以供编辑。

    您可以在此处阅读更多相关信息。

  • uipathctl config orchestrator update-config --app-settings appsettings.json - 这将使用您的更改来更新配置。

    您可以在此处阅读更多相关信息。

  1. 使用以下命令将当前自定义appSettings配置导出至 json 文件:
    uipathctl config orchestrator get-config --app-settings > appsettings.jsonuipathctl config orchestrator get-config --app-settings > appsettings.json
  2. 根据需要编辑导出的appsettings.json文件。 您可以添加、删除或更改其任何设置。
    示例:
    {
        "Triggers.DisableWhenFailedCount": "20",
        "Triggers.JobsCountStrategy": "NoLimit"
    }{
        "Triggers.DisableWhenFailedCount": "20",
        "Triggers.JobsCountStrategy": "NoLimit"
    }
    注意:每次需要进行更改时,都必须重新导出文件,因为更新会覆盖所有设置。
  3. 使用以下命令更新appSettings配置:
    uipathctl config orchestrator update-config --app-settings appsettings.json
    orchestrator config updateduipathctl config orchestrator update-config --app-settings appsettings.json
    orchestrator config updated

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo White
信任与安全
© 2005-2025 UiPath。保留所有权利。