automation-suite
2.2510
true
- 概要
- 要件
- インストール前
- インストール
- インストール後
- 移行とアップグレード
- 監視とアラート機能
- クラスターの管理
- 製品固有の設定
- トラブルシューティング
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

OpenShift の Automation Suite のインストール ガイド
最終更新日時 2025年12月5日
orchestrator-customconfig 構成マップの最大要求サイズは、kubectl などのツールを使用して設定できます。
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": {
...
}
}