SOLO-5019
ExplorerPodNotFoundSoloError — System
ExplorerPodNotFoundSoloError
| Code | SOLO-5019 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when solo cannot find a Hiero Explorer pod. solo locates the explorer pod to operate on it or check its status, so this is raised when no matching pod exists in the namespace — for example the explorer failed to start, was removed, or was never deployed.
Troubleshooting Steps
- Check pod status: kubectl get pods -A | grep explorer
- Describe pods to check for crashes or evictions: kubectl describe pods -A -l app.kubernetes.io/component=hiero-explorer
- Check recent namespace events: kubectl get events -n
–sort-by=.lastTimestamp