SOLO-5031
BlockNodePodNotFoundSoloError — System
BlockNodePodNotFoundSoloError
| Code | SOLO-5031 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | Yes |
Description
Thrown when solo cannot find a running block node pod. solo locates the block node pod to run commands or check its status, so this is raised when no matching pod exists in the namespace. It is retryable because pod scheduling is asynchronous and the pod may appear shortly; if it persists, the block node failed to start or was never deployed.
Troubleshooting Steps
- Check pod status: kubectl get pods -A -l block-node.hiero.com/type=block-node
- Describe pods to check for crashes or evictions: kubectl describe pods -A -l block-node.hiero.com/type=block-node
- Check recent namespace events: kubectl get events -n
–sort-by=.lastTimestamp