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

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

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

レジストリの資格情報を更新するには、次の手順を実行します。

  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" 
        } 
      }
    

    pull_secret_valueの値を生成するには、「使い方」セクションをご覧ください。

  2. 次の手順で Automation Suite インフラストラクチャのインストールを再実行します。

    1. 最初のサーバー マシンにインフラストラクチャを再インストールします。詳しくは、「 手順 2: 最初のサーバー マシンにインフラストラクチャをインストールする」をご覧ください。
    2. 他のサーバー マシンにインフラストラクチャを再インストールします。詳しくは、「 手順 3: 他のサーバー マシンにインフラストラクチャをインストールする」をご覧ください。
    3. エージェント ノードにインフラストラクチャを再インストールします。詳しくは、「 手順 4: すべてのエージェント マシンにインフラストラクチャをインストールする」をご覧ください。
  3. ノードの種類に応じて、次のコマンドを実行して、すべてのノードで rke2-server または rke2-agent サービスを再起動します。

    • サーバー ノードで rke2-server サービスを再起動するには、次のコマンドを実行します。

      systemctl restart rke2-server
      systemctl restart rke2-server
      
    • エージェント ノードで rke2-agent サービスを再起動するには、次のコマンドを実行します。

      systemctl restart rke2-agent
      systemctl 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. ファブリックとサービスのインストールを再実行します。詳しくは、「 手順 6: インストールを完了する」をご覧ください。

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

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得