AI Center
2022.4
バナーの背景画像
AI Center インストール ガイド
最終更新日 2024年3月11日

概要

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

重要:

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 を追加する
  • 手順

Was this page helpful?

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