ai-center
2022.4
true
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
UiPath logo, featuring letters U and I in white
AI Center インストール ガイド
Automation CloudAutomation SuiteStandalone
Last updated 2024年6月6日

概要

インストールが完了したら、このガイドの指示に従います。

重要:

AI Center スタンドアロンのインストールには、Automation Suite と同じインストーラーを使用します。 「インストール後の手順」セクション下の一部のページを表示しようとすると、『UiPath Automation Suite ガイド』内の対応するページが表示される場合があります。このような場合、手順は両方のシナリオで同じであり、AI Center に固有の手順はありません。

自身のニーズに合った手順を実行してください。

オフライン レジストリに rancher/pause を追加する

注:この手順は、v2022.4.1 以下の AI Center でのみ必要です。

UiPath AI Center をインストールしたら、Rancher イメージをインポートおよびエクスポートします。

手順

  1. エクスポートする前に、次のコマンドを実行してすべてのイメージを取得します。
    ctr --address /run/k3s/containerd/containerd.sock -n=k8s.io content fetch --all-platforms docker.io/rancher/pause:3.5ctr --address /run/k3s/containerd/containerd.sock -n=k8s.io content fetch --all-platforms docker.io/rancher/pause:3.5
  2. 次のコマンドを実行して、containerd からイメージをエクスポートします。
    ctr --address /run/k3s/containerd/containerd.sock -n=k8s.io images export rancher_pause_3_5.tar docker.io/rancher/pause:3.5ctr --address /run/k3s/containerd/containerd.sock -n=k8s.io images export rancher_pause_3_5.tar docker.io/rancher/pause:3.5
  3. 次のコマンドを実行して podman にイメージを読み込みます。
    podman load -i rancher_pause_3_5.tarpodman load -i rancher_pause_3_5.tar
  4. 次のコマンドを実行してイメージを再タグ付けします。
    podman tag localhost/3.5:latest localhost:30071/rancher/pause:3.5podman tag localhost/3.5:latest localhost:30071/rancher/pause:3.5
  5. 以下のコマンドを実行してローカルの Docker レジストリにログインします。
    podman login "localhost:30071" --username "admin" --password "[PASSWORD_FROM_'/etc/rancher/rke2/registries.yaml']" --tls-verify=falsepodman login "localhost:30071" --username "admin" --password "[PASSWORD_FROM_'/etc/rancher/rke2/registries.yaml']" --tls-verify=false
    注: podman login コマンドが以前に正常に実行された場合は、view docker creds および podman login コマンドを実行する必要はありません。
  6. 次のコマンドを実行してイメージを Docker レジストリにプッシュします。
    podman push --tls-verify=false localhost:30071/rancher/pause:3.5podman push --tls-verify=false localhost:30071/rancher/pause:3.5
  • オフライン レジストリに rancher/pause を追加する
  • 手順

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

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