Resolving Incomplete Component Deployment#

Network issues or timeouts during deployment may cause some Helm releases to fail or remain in a pending or failed state.

Redeploy Failed Releases#

  1. Check the status of all releases:

    cd post-orch
    ./post-orch-deploy.sh list
    
  2. For a specific failed chart, re-run the install:

    ./post-orch-deploy.sh install <chart-name>
    
  3. To redeploy all charts (idempotent):

    ./post-orch-deploy.sh install
    
  4. Monitor progress:

    ./watch-deploy.sh
    # or in debug mode:
    ./watch-deploy.sh --debug