SOLO-2005

DeploymentDeleteFailedError — Deployment

DeploymentDeleteFailedError

CodeSOLO-2005
CategoryDeployment
OwnershipInfrastructure
RetryableYes

Description

Thrown when removing a deployment fails; the underlying failure is wrapped in cause. Deleting a deployment removes its entry from the local configuration and may reach into each attached cluster to clean up, so this is raised when that work cannot complete — most often because one of the deployment’s cluster references or its kubeconfig context is invalid or unreachable. It is retryable, since a transient connectivity problem often clears on a later attempt once the contexts are reachable again.

Troubleshooting Steps

  1. Check logs for details: tail -n 100 ~/.solo/logs/solo.log
  2. Verify cluster references and their contexts are valid: solo cluster-ref config list