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

Enabling AI Center on the restored cluster

Restore AI Center functionality on recovered Automation Suite clusters after data restoration.

After restoring an Automation Suite cluster with AI Center™ enabled, take the following steps.

  1. Connect to the restored cluster.

  2. Delete the existing secrets.

    1. List the secrets:

      kubectl -n uipath get secrets | grep aicenter
      kubectl -n uipath get secrets | grep aicenter
      
    2. Delete the following secrets:

      Kubectl -n uipath delete secrets aicenter-cluster-credentials aicenter-deploy-token-XXXXX aicenter-jobs-token-XXXXX
      Kubectl -n uipath delete secrets aicenter-cluster-credentials aicenter-deploy-token-XXXXX aicenter-jobs-token-XXXXX
      

      Replace XXXXX with the characters listed at step 2b.

    3. Get the default token name and delete it:

      Kubectl -n uipath get secrets | grep default-token
      Kubectl -n uipath delete secrets default-token-XXXXX
      Kubectl -n uipath get secrets | grep default-token
      Kubectl -n uipath delete secrets default-token-XXXXX
      
  3. Go to ArgoCD and sync the AI Center application.

  4. Restart all AI Center-related services:

    kubectl -n uipath rollout restart deployment ai-app-deployment ai-helper-deployment ai-pkgmanager-deployment ai-deployer-deployment ai-trainer-deployment ai-appmanager-deployment
    kubectl -n uipath rollout restart deployment ai-app-deployment ai-helper-deployment ai-pkgmanager-deployment ai-deployer-deployment ai-trainer-deployment ai-appmanager-deployment
    

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated