UiPath Documentation
automation-suite
2023.4
false
UiPath logo, featuring letters U and I in white
OUT OF SUPPORT

Automation Suite on EKS/AKS installation guide

Last updated Feb 25, 2025

AKS upgrades cause Automation Suite to fail

Description

An upgrade known issue affecting AKS causes Automation Suite 2023.4.1-2023.4.5 to fail. When trying to upgrade AKS, the argocd-redis-ha-server pod is put in error state.

Solution

To fix the issue, take the following steps:

  1. Uninstall the existing ArgoCD chart by running the following command. Note that the kubeconfig path should be set to the cluster path.
    helm uninstall argocd -n argocdhelm uninstall argocd -n argocd
  2. Search for the profile key in the root level of input.json.
    • If it is present, change the value of the profile key to default.
    • If not present, add the "profile":"default" key in the root level ofinput.json.
  3. Reinstall the ArgoCD chart by running the following command:

    uipathctl manifest apply input.json --versions versions.json --only argocduipathctl manifest apply input.json --versions versions.json --only argocd
  • Description
  • Solution

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated