Resolving Incomplete Component Deployment#

Slow network connections or failures may cause the ArgoCD* tool’s retry limit to be reached, and some applications may not deploy successfully.

Reset the root-app#

  1. Access the ArgoCD tool at https://argocd.<clusterDomain>, for example, https://argocd.staging.espdstage.infra-host.com.

  2. Run the following command to find the ArgoCD password:

    kubectl get secret -n argocd argocd-initial-admin-secret -o jsonpath={.data.password}|base64 -d
    <password>
    
  3. Enter the ArgoCD tool URL in the browser.

  4. Log in using admin as the username, and the password from the earlier step.

  5. Open the root-app application and check its status.

  6. Click Sync > Synchronize to trigger an application update.