UiPath Documentation
automation-suite
2024.10
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
UiPath logo, featuring letters U and I in white

OpenShift の Automation Suite のインストール ガイド

最終更新日時 2026年4月15日

アプリの設定を構成する

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.json
    uipathctl 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 updated
    uipathctl config orchestrator update-config --app-settings appsettings.json
    orchestrator config updated
    

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得