SOLO-3061

NodeServicesRetrievalFailedSoloError — Component

NodeServicesRetrievalFailedSoloError

CodeSOLO-3061
CategoryComponent
OwnershipInfrastructure
RetryableNo

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

  1. Check solo logs: tail -n 100 ~/.solo/logs/solo.log
  2. List Kubernetes services in the namespace: kubectl get svc -n
  3. Verify consensus nodes are deployed: kubectl get pods -n