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 相同的安装程序。 “安装后”部分中的某些页面会指向 Automation Suite 中的相应页面。 在这种情况下,两种情况下的步骤相同,并且 AI Center 的特定过程没有特殊之处。

确保遵循适合您需求的过程。

将 rancher-pause 添加到离线注册表

注意:仅 AI Center 2022.4.1 及更低版本需要用到此过程。

安装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 credspodman 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 Community 论坛
Uipath Logo White
信任与安全
© 2005-2024 UiPath。保留所有权利。