SOLO-2005
DeploymentDeleteFailedError — Deployment
DeploymentDeleteFailedError
| Code | SOLO-2005 |
| Category | Deployment |
| Ownership | Infrastructure |
| Retryable | Yes |
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
- Check logs for details: tail -n 100 ~/.solo/logs/solo.log
- Verify cluster references and their contexts are valid: solo cluster-ref config list