SOLO-3029
RelayNotReadySoloError — Component
RelayNotReadySoloError
| Code | SOLO-3029 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | Yes |
Description
Thrown when a deployed JSON-RPC relay does not become ready in time; the message names the release and wraps the underlying failure in cause. solo waits for the relay pods to reach a Ready state after install, so this means that wait did not succeed in time. It is retryable, since a relay that is merely slow to start often becomes ready on a later attempt; a persistent failure points to a crash-looping or misconfigured relay.
Troubleshooting Steps
- Check relay pod status: kubectl get pods -A | grep
- Describe relay pods to check readiness probe failures: kubectl describe pods -A -l app.kubernetes.io/instance=
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log