SOLO-3040

BlockNodeDestroyFailedSoloError — Component

BlockNodeDestroyFailedSoloError

CodeSOLO-3040
CategoryComponent
OwnershipInfrastructure
RetryableNo

Description

Thrown when solo block node destroy cannot tear down a block node; the underlying failure is wrapped in cause. Destroy uninstalls the block node Helm release and removes its resources, so this means teardown did not complete — for example a Helm release could not be removed or the cluster API was unreachable.

Troubleshooting Steps

  1. Check solo logs: tail -n 100 ~/.solo/logs/solo.log
  2. Inspect block node pods: kubectl get pods -A -l block-node.hiero.com/type=block-node
  3. Inspect Helm release: helm status -n
  4. Check Helm history: helm history -n