Automation Suite
2021.10
false
Banner background image
Automation Suite Installation Guide
Last updated Apr 19, 2024

How to Troubleshoot Services During Installation

Take the following steps on one of the cluster server nodes:

  1. Obtain Kubernetes access.

    on server nodes:
    export KUBECONFIG="/etc/rancher/rke2/rke2.yaml"
    export PATH="$PATH:/usr/local/bin:/var/lib/rancher/rke2/bin"
    
    on agent nodes:
    export KUBECONFIG="/var/lib/rancher/rke2/agent/kubelet.kubeconfig"
    export PATH="$PATH:/usr/local/bin:/var/lib/rancher/rke2/bin"
    
    # To validate, execute the following command which should not return an error:
    kubectl get nodeson server nodes:
    export KUBECONFIG="/etc/rancher/rke2/rke2.yaml"
    export PATH="$PATH:/usr/local/bin:/var/lib/rancher/rke2/bin"
    
    on agent nodes:
    export KUBECONFIG="/var/lib/rancher/rke2/agent/kubelet.kubeconfig"
    export PATH="$PATH:/usr/local/bin:/var/lib/rancher/rke2/bin"
    
    # To validate, execute the following command which should not return an error:
    kubectl get nodes
  2. Retrieve the ArgoCD password by running the following command:

    kubectl get secrets/argocd-admin-password -n argocd --template '{{ .data.password }}' | base64 -dkubectl get secrets/argocd-admin-password -n argocd --template '{{ .data.password }}' | base64 -d
  3. Connect to ArgoCD
    1. Navigate to https://alm.<fqdn>/:443
    2. Login using admin as the username and the password obtained at Step 2.
  4. Locate the UiPath Services application as follows:
    1. Using the search bar provided in ArgoCD, type in uipath.


    2. Then open the UiPath application by clicking its card.


    3. Check for the following: Application was not synced due to a failed job/pod.
    4. If the above error exists, take the following steps.
    5. Locate any un-synced components by looking for the red broken heart icon, as shown in the following image.


    6. Open the right-most component (usually pods) and click the Logs tab. The Logs will contain an error message indicating the reason for the pod failure.


    7. Once you resolve any outstanding configuration issues, go back to the home page and click the Sync button on the UiPath application.

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.