automation-suite
2023.10
false
Important :
La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.
UiPath logo, featuring letters U and I in white

Guide d'installation d'Automation Suite sur Linux

Dernière mise à jour 9 mars 2026

La mise à niveau du service échoue pour Apps

Description

La mise à niveau du service peut échouer pour les applications disposant des journaux suivants :

Error: [failed to wait for application argocd/ba: timed out waiting for the condition, error waiting for components [] to be synced affecting their dependencies: [failed to wait for application argocd/ba: timed out waiting for the condition]]
Error: [failed to wait for application argocd/ba: timed out waiting for the condition, error waiting for components [] to be synced affecting their dependencies: [failed to wait for application argocd/ba: timed out waiting for the condition]]

Ce problème se produit lorsque ArgoCD ne peut pas invalider le cache, ce qui fait que MongoDB reste dans un état réduit.

Solution

Pour résoudre ce problème, vous devez procéder comme suit :

  1. Mettez à l'échelle MongoDB :
     kubectl scale deploy -n mongodb mongodb-kubernetes-operator --replicas=1
      kubectl rollout status deploy -n mongodb mongodb-kubernetes-operator
      kubectl rollout status sts -n mongodb mongodb-replica-set
     kubectl scale deploy -n mongodb mongodb-kubernetes-operator --replicas=1
      kubectl rollout status deploy -n mongodb mongodb-kubernetes-operator
      kubectl rollout status sts -n mongodb mongodb-replica-set
    
  2. Vérifiez si les pods MongoDB sont actifs et sains :
    kubectl get pods -n mongodb -l app=mongodb-replica-set-svc
    kubectl get pods -n mongodb -l app=mongodb-replica-set-svc
    
  3. Une fois que les pods MongoDB sont opérationnels, vous pouvez relancer la mise à niveau du service.
  • Description
  • Solution

Cette page vous a-t-elle été utile ?

Connecter

Besoin d'aide ? Assistance

Vous souhaitez apprendre ? UiPath Academy

Vous avez des questions ? UiPath Forum

Rester à jour