- Getting Started
- Network requirements
- Single-node requirements and installation
- Multi-node requirements and installation
- Post-installation
- Accessing AI Center
- Provision an AI Center tenant
- Updating Orchestrator and Identity Server certificates
- Resizing PVC
- Adding a new node to the cluster
- ML packages offline installation
- Configuring the cluster
- Configuring the FQDN post-installation
- Backing up and restoring the cluster
- Using the monitoring stack
- Setting up a Kerberos authentication
- Provisioning a GPU
- Using the configuration file
- Node scheduling
- Migration and upgrade
- Basic Troubleshooting Guide
After the installation is complete, follow the instructions from this guide.
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
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
-
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 -
Export the image from
containerdby 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 -
Load the image into
podmanby running the following command:podman load -i rancher_pause_3_5.tarpodman load -i rancher_pause_3_5.tar -
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 -
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=falseNote:If the
podman logincommand has been successfully run before, there is no need to run theview docker credsandpodman logincommands. -
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