SOLO-5008
LoadBalancerNotFoundSoloError — System
LoadBalancerNotFoundSoloError
| Code | SOLO-5008 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | Yes |
Description
Thrown when solo cannot find the expected load balancer. solo looks up the load balancer that exposes a service externally, so this is raised when none is present yet. It is retryable because the load balancer may still be provisioning (for example waiting on MetalLB or a cloud provider); a persistent failure points to a networking misconfiguration.
Troubleshooting Steps
- Check load balancer service status: kubectl get svc -n
-l solo.hedera.com/type=network-node - Ensure your cloud provider supports LoadBalancer services
- Review cloud provisioning logs for LB assignment delays