SOLO-3040
BlockNodeDestroyFailedSoloError — Component
BlockNodeDestroyFailedSoloError
| Code | SOLO-3040 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | No |
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
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Inspect block node pods: kubectl get pods -A -l block-node.hiero.com/type=block-node
- Inspect Helm release: helm status
-n - Check Helm history: helm history
-n