SOLO-3036
OneShotDestroyFailedSoloError — Component
OneShotDestroyFailedSoloError
| Code | SOLO-3036 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when destroying a one-shot deployment fails; the underlying failure is wrapped in cause. One-shot destroy tears down everything a one-shot deploy created, so this means that teardown did not complete — for example a Helm release or cluster could not be removed, or the cluster API was unreachable.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- List remaining Helm releases: helm list -A
- Delete stuck resources manually: kubectl delete
-n