automation-suite
2024.10
true
UiPath logo, featuring letters U and I in white
Automation Suite on OpenShift Installation Guide
Last updated Nov 11, 2024

Downloading the installation packages

You must install the following software on your management machine. Management machine refers to the machine you use to operate your cluster and that can access your cluster via the kubeconfig file. Your management machine can run Linux, Windows, or MacOS.

The following tools are required to successfully run the prerequisite checks, installation, and post-installation steps on your cluster via the client machine.

Tool

Description

Download

uipathctl

Required. uipathctl is a UiPath® command-line tool that allows you to run commands against Automation Suite Kubernetes.
You can use uipathctl to check prerequisites in your environment, install Automation Suite, configure and manage it from a single unified CLI. For more information, including a complete list of uipathctl operations, see the uipathctl Reference Guide.

versions.json

Required. Needed to perform prerequisite checks and installation steps.
ocOptional. Ensure that oc matches the version of your cluster.

as-cmk.tar.gz

as-cmk.tar.gz contains the container images and deployment manifests of UiPath® shared capabilities and UiPath® products.
Download as-cmk.tar.gz

mirror-registry.sh

mirror-registry.sh is required to configure an external Docker registry.
Download mirror-registry.sh

hydrate-registry.sh

hydrate-registry.sh is required for configuring your external OCI-compliant registry for offline installations.
Download hydrate-registry.sh

as-images.txt

as-images.txt contains the name and version of the container images that you must pull and upload into the external Docker registry.
Download as-images.txt

as-helm-charts.txt

as-helm-charts.txt contain the details for the UiPath® application helm chart that you must pull and upload to an external Docker registry hosted on your environment.
Download as-helm-charts.txt

uipathtools

uipathtools is a CLI tool that contains a subset of uipathctl capabilities specific to health commands.
Download uipathtools

This page provides a list of download links for all the artifacts you may need to install or configure Automation Suite. Make sure to select the version of the artifacts you target.

uipathctl

Required. uipathctl is a UiPath® command-line tool that allows you to run commands against Automation Suite Kubernetes hosted on OpenShift. You can use uipathctl to check prerequisites in your environment, install Automation Suite, configure and manage it from a single unified CLI.
Note:
Currently, uipathctl is only compatible with the x86 architecture. You cannot run uipathctl on machines based on the ARM architecture, such as Macs with Apple Silicon (M series) CPUs.

2024.10.0

To download uipathctl for Automation Suite 2024.10.0, run one of the following commands, depending on your OS:
  • Linux:

    wget -O ~/uipathctl-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathctl-2024.10.0-linux-amd64.tar.gzwget -O ~/uipathctl-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathctl-2024.10.0-linux-amd64.tar.gz
  • Windows:

    wget -O ~/uipathctl-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathctl-2024.10.0-windows-amd64.tar.gzwget -O ~/uipathctl-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathctl-2024.10.0-windows-amd64.tar.gz
  • MacOS:

    wget -O ~/uipathctl-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathctl-2024.10.0-darwin-amd64.tar.gzwget -O ~/uipathctl-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathctl-2024.10.0-darwin-amd64.tar.gz

versions.json

Required. Needed to perform prerequisite checks and installation steps.

2024.10.0

To download versions.json for Automation Suite 2024.10.0, run the following command:
wget -O ~/versions.json https://download.uipath.com/automation-suite/2024.10.0/versions.jsonwget -O ~/versions.json https://download.uipath.com/automation-suite/2024.10.0/versions.json

Openshift CLI (oc)

Optional. Make sure that oc matches the version of your cluster.
To download oc, see the OpenShift documentation.

as-cmk.tar.gz

as-cmk.tar.gz contains the container images and deployment manifests of UiPath® Shared Capabilities and UiPath® Product.
as-cmk.tar.gz is required during installation and upgrade.

2024.10.0

https://download.uipath.com/automation-suite/2024.10.0/as-cmk-2024.10.0.tar.gzhttps://download.uipath.com/automation-suite/2024.10.0/as-cmk-2024.10.0.tar.gz

For the checksum file, click here.

  • Linux:

    To download as-cmk.tar.gz on a Linux machine, run the following command:
    wget -O ~/as-cmk.tar.gz https://download.uipath.com/automation-suite/2024.10.0/as-cmk-2024.10.0.tar.gzwget -O ~/as-cmk.tar.gz https://download.uipath.com/automation-suite/2024.10.0/as-cmk-2024.10.0.tar.gz
  • Windows:

    To download as-cmk.tar.gz, click here and rename the file to as-cmk.tar.gz.

mirror-registry.sh

mirror-registry.sh is required to configure an external Docker registry.

2024.10.0

https://download.uipath.com/automation-suite/2024.10.0/mirror-registry.shhttps://download.uipath.com/automation-suite/2024.10.0/mirror-registry.sh
  • Linux:

    To download mirror-registry.sh on a Linux machine, run the following command:
    wget -O ~/mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.0/mirror-registry.shwget -O ~/mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.0/mirror-registry.sh
  • Windows:

    To download mirror-registry.sh on a Windows machine, click here.

hydrate-registry.sh

hydrate-registry.sh is required for configuring your external OCI-compliant registry for offline installations in the Automation Suite.

2024.10.0

https://download.uipath.com/automation-suite/2024.10.0/hydrate-registry.shhttps://download.uipath.com/automation-suite/2024.10.0/hydrate-registry.sh

Linux:

To download hydrate-registry.sh on a Linux machine, run the following command:
wget -O ~/hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.0/hydrate-registry.shwget -O ~/hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.0/hydrate-registry.sh

as-images.txt

as-images.txt contains the name and version of the container images that must be pulled and uploaded into the external Docker registry.

2024.10.0

https://download.uipath.com/automation-suite/2024.10.0/openshift-images.txthttps://download.uipath.com/automation-suite/2024.10.0/openshift-images.txt
  • Linux

    To download openshift-images.txt on a Linux machine, run the following command:
    wget -O ~/as-images.txt https://download.uipath.com/automation-suite/2024.10.0/openshift-images.txtwget -O ~/as-images.txt https://download.uipath.com/automation-suite/2024.10.0/openshift-images.txt
  • Windows:
    To download openshift-images.txt on a Windows machine, click here and rename the file to as-images.txt.
:

as-helm-charts.txt

as-helm-charts.txt contain the details for the UiPath® application helm chart that must be pulled and uploaded to an external Docker registry hosted on your environment.

2024.10.0

https://download.uipath.com/automation-suite/2024.10.0/embedded-helm-charts.txthttps://download.uipath.com/automation-suite/2024.10.0/embedded-helm-charts.txt
  • Linux:

    To download embedded-helm-charts.txt on a Linux machine, run the following command:
    wget -O ~/as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.0/embedded-helm-charts.txtwget -O ~/as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.0/embedded-helm-charts.txt
  • Windows:

    To download embedded-helm-charts.txt on a Windows machine, click here and rename the file to as-helm-charts.txt.

uipathtools

uipathtools is a CLI tool that contains a subset of uipathctl capabilities specific to health commands. The tool is backward compatible and works with any supported Automation Suite version. We recommend using uipathtools as the first step if you face any issue.

2024.10.0

To download uipathtools, run one of the following commands, depending on your OS:
  • Linux

    wget -O uipathtools-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathtools-2024.10.0-linux-amd64.tar.gzwget -O uipathtools-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathtools-2024.10.0-linux-amd64.tar.gz
  • Windows

    wget -O uipathtools-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathtools-2024.10.0-windows-amd64.tar.gzwget -O uipathtools-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathtools-2024.10.0-windows-amd64.tar.gz
  • MacOS

    wget -O uipathtools-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathtools-2024.10.0-darwin-amd64.tar.gzwget -O uipathtools-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathtools-2024.10.0-darwin-amd64.tar.gz

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.