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