Automation Suite
2023.10
False
Image de fond de la bannière
Guide d'installation d'Automation Suite sur Linux
Dernière mise à jour 19 avr. 2024

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-svckubectl 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 ?

Obtenez l'aide dont vous avez besoin
Formation RPA - Cours d'automatisation
Forum de la communauté UiPath
Logo Uipath blanc
Confiance et sécurité
© 2005-2024 UiPath. All rights reserved.