automation-suite
2023.10
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
UiPath logo, featuring letters U and I in white

Linux の Automation Suite のインストール ガイド

最終更新日時 2026年3月9日

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 ポッドが起動していて正常な状態かを確認します。
    kubectl get pods -n mongodb -l app=mongodb-replica-set-svc
    kubectl get pods -n mongodb -l app=mongodb-replica-set-svc
    
  3. MongoDB ポッドが起動して実行されると、サービスのアップグレードを再実行できます。
  • 説明
  • 解決策

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得