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

OpenShift 上的 Automation Suite 安装指南
上次更新日期 2025年12月15日
您可以使用
kubectl 等工具在 orchestrator-customconfig 配置映射中配置最大请求大小。
For more information on how to edit the Orchestrator custom configuration, check the Custom Orchestrator configuration section from the Configuring Orchestrator parameters page.
最大请求大小的默认值为 300 MB,但您可以在
values.json 文件中进行编辑。更改此配置后,Orchestrator 部署应自动重新启动。
{
"Kestrel": {
"Limits": {
"MaxRequestBodySize": 314572800
}
}
}{
"Kestrel": {
"Limits": {
"MaxRequestBodySize": 314572800
}
}
}orchestrator-customconfig 配置映射中的 values.json 文件也可能包含其他值,例如 AppSettings。配置最大请求大小时,不得删除任何其他设置。
{
"Kestrel": {
...
},
"AppSettings": {
...
}
}{
"Kestrel": {
...
},
"AppSettings": {
...
}
}