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