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

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

最終更新日時 2025年4月29日

レジストリの資格情報を更新する

レジストリの資格情報を更新するには、次の手順を実行します。
  1. cluster_config.json構成ファイルのレジストリ資格情報セクションを更新します。
    "registries": { 
        "docker": { 
          "url": "yourContainerRegistryUrl", 
          "username": "username", 
          "password": "newpassword" ,
          "pull_secret_value": "new_pull_secret_value"
        }, 
        "helm": { 
          "url": "yourContainerRegistryUrl", 
          "username": "username", 
          "password": "newpassword" 
        } 
      }"registries": { 
        "docker": { 
          "url": "yourContainerRegistryUrl", 
          "username": "username", 
          "password": "newpassword" ,
          "pull_secret_value": "new_pull_secret_value"
        }, 
        "helm": { 
          "url": "yourContainerRegistryUrl", 
          "username": "username", 
          "password": "newpassword" 
        } 
      }
  2. 次の手順で Automation Suite インフラストラクチャのインストールを再実行します。
  3. ノードの種類に応じて、次のコマンドを実行して、すべてのノードで rke2-server または rke2-agent サービスを再起動します。
    • サーバー ノードで rke2-server サービスを再起動するには、次のコマンドを実行します。
      systemctl restart rke2-serversystemctl restart rke2-server
    • エージェント ノードで rke2-agent サービスを再起動するには、次のコマンドを実行します。
      systemctl restart rke2-agentsystemctl restart rke2-agent
  4. 次のコマンドを実行して、すべての名前空間の既存の uipathpullsecret シークレットを削除します。
    kubectl get secrets --all-namespaces | grep uipathpullsecret | awk '{print $1 " " $2}' | while read namespace secret; do 
    kubectl delete secret "$secret" -n "$namespace" ;
    done ;kubectl get secrets --all-namespaces | grep uipathpullsecret | awk '{print $1 " " $2}' | while read namespace secret; do 
    kubectl delete secret "$secret" -n "$namespace" ;
    done ;
  5. 次のように、ファブリックとサービスのインストールを再実行します。
    • オフラインのシングルノード評価インストールの場合は、「 手順 3: インストールを実行する 」の「 インストールを完了する 」をご覧ください。

    • オフラインのマルチノード高可用性対応運用環境のインストールについては、「 手順 4.3: スイートのインストールを完了する」をご覧ください。

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

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
Uipath Logo White
信頼とセキュリティ
© 2005-2025 UiPath. All rights reserved.