AI Center
2022.4
false
Banner background image
AI Center Installation Guide
Last updated Mar 11, 2024

Overview

After the installation is complete, follow the instructions from this guide.

Important:

The AI Center™ standalone installation uses the same installer as Automation Suite. Some pages from the Post-installation section can lead to the corresponding page in the Automation Suite. In this situation, the steps are the same in both situations and there are no particularities in the specific procedure for AI Center™.

Make sure that you follow the procedure suited to your needs.

Adding rancher-pause to offline registry

Note: This procedure is only needed for AI Center 2022.4.1 and lower.

After installing UiPath AI Center™, make sure to import and export the Rancher image.

Procedure

  1. Run the following command to pull all images before exporting:
    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. Export the image from containerd by running the following command:
    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. Load the image into podman by running the following command:
    podman load -i rancher_pause_3_5.tarpodman load -i rancher_pause_3_5.tar
  4. Retag the image by running the following command:
    podman tag localhost/3.5:latest localhost:30071/rancher/pause:3.5podman tag localhost/3.5:latest localhost:30071/rancher/pause:3.5
  5. Log in to the local docker registry by running the following command:
    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
    Note: If the podman login command has been successfully run before, there is no need to run the view docker creds and podman login commands.
  6. Push the image to docker registry by running the following command:
    podman push --tls-verify=false localhost:30071/rancher/pause:3.5podman push --tls-verify=false localhost:30071/rancher/pause:3.5
  • Adding rancher-pause to offline registry
  • Procedure

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.