UiPath Documentation
automation-suite
2.2510
true
Automation Suite on Linux installation guide

Failure to get the sandbox image

Solutions for sandbox image pull failures in offline Automation Suite installations on Linux.

Description

You can receive an error message specific when trying to get the following sandbox image: index.docker.io/rancher/pause:<version>

This can happen in an offline installation.

Solution

Restart either rke2-server or rke2-agent (depending on whether the machine that the pod is scheduled on is either a server or an agent).

To check which node the pod is scheduled on, run kubectl -n <namespace> get pods -o wide.

# If machine is a Master node
systemctl restart rke2-server
# If machine is an Agent Node
systemctl restart rke2-agent
# If machine is a Master node
systemctl restart rke2-server
# If machine is an Agent Node
systemctl restart rke2-agent
  • Description
  • Solution

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated