UiPath Documentation
automation-suite
2023.10
false
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Linux 版 Automation Suite 安装指南

Apps 服务升级失败

描述

Apps 的服务升级可能会失败,并显示以下日志:

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]]

当 ArgoCD 无法使缓存失效时,会发生此问题,从而导致 MongoDB 保持在按比例缩小的状态。

解决方案

要解决此问题,请执行以下步骤:

  1. 扩展 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. 检查 MongoDB Pod 是否启动且运行正常:
    kubectl get pods -n mongodb -l app=mongodb-replica-set-svc
    kubectl get pods -n mongodb -l app=mongodb-replica-set-svc
    
  3. MongoDB Pod 启动并运行后,您可以重新运行服务升级。
  • 描述
  • 解决方案

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新