SOLO-3036

OneShotDestroyFailedSoloError — Component

OneShotDestroyFailedSoloError

CodeSOLO-3036
CategoryComponent
OwnershipInfrastructure
RetryableNo

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

  1. Check solo logs: tail -n 100 ~/.solo/logs/solo.log
  2. List remaining Helm releases: helm list -A
  3. Delete stuck resources manually: kubectl delete -n