SOLO-3039
BlockNodeDeployFailedSoloError — Component
BlockNodeDeployFailedSoloError
| Code | SOLO-3039 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when solo block node add cannot deploy a block node; the underlying failure is wrapped in cause. Deploy installs the block node Helm release, so this means that install did not succeed — for example a Helm failure, an image that cannot be pulled, misconfigured values, or insufficient cluster resources.
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