SOLO-3061
NodeServicesRetrievalFailedSoloError — Component
NodeServicesRetrievalFailedSoloError
| Code | SOLO-3061 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when solo cannot retrieve the Kubernetes services for the network’s consensus nodes; the underlying failure is wrapped in cause. solo reads these services to discover node endpoints, so this means the lookup failed — for example the namespace is wrong, the services do not exist yet, or the Kubernetes API was unreachable.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- List Kubernetes services in the namespace: kubectl get svc -n
- Verify consensus nodes are deployed: kubectl get pods -n