SOLO-3025
RelayDeployFailedSoloError — Component
RelayDeployFailedSoloError
| Code | SOLO-3025 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when solo relay node add cannot deploy the JSON-RPC relay; the underlying failure is wrapped in cause. Deploy installs the relay Helm release, so this means that install did not succeed — for example a Helm failure, an image that cannot be pulled, misconfigured values (such as an unreachable network or mirror-node endpoint), or insufficient cluster resources.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Inspect relay pods: kubectl get pods -A -l app.kubernetes.io/instance=relay-
- Inspect Helm release: helm status
-n