UiPath Documentation
automation-suite
2023.10
false
UiPath logo, featuring letters U and I in white

Automation Suite on Linux installation guide

Last updated Mar 26, 2026

Failed ML skill deployment due to token expiry

Description

Due to a bug in containerd, the deployment of ML skills can fail as a token expires before larger image downloads can be completed, especially under conditions of slower network connectivity.

Solution

To address this issue, take the following steps:

  1. Cordon one of the nodes.
  2. Run /opt/node-drain.sh.
  3. Add the mirror of the registry containing the image to the registries.yaml file. Replace <localregistryurl> with your local registry URL:
    registry.uipath.com:
      endpoint: 
        "<localregistryurl>"
    registry.uipath.com:
      endpoint: 
        "<localregistryurl>"
    
  4. Restart the RKE2 server.
  5. Uncordon the node.
  6. Test the deployment with one of the ML skills.
    Note:

    Mak sure the image you deploy is available in your local registry.

  • Description
  • Solution

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated