⚠️ Homebrew support is being deprecated.
Solo will stop publishing updates to Homebrew after August 31, 2026.
Install via
npm install -g @hiero-ledger/solo@latest instead.
See System Readiness for full install instructions.SOLO-5007
HaproxyPodsNotFoundSoloError — System
HaproxyPodsNotFoundSoloError
| Code | SOLO-5007 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | Yes |
Description
Thrown when solo cannot find any HAProxy pods. solo relies on HAProxy pods to route traffic to consensus nodes, so this is raised when none are present in the namespace. It is retryable because the pods may still be scheduling; if it persists, HAProxy failed to start or was not deployed.
Troubleshooting Steps
- Check HAProxy pod status: kubectl get pods -n
-l solo.hedera.com/type=haproxy - Check the active deployment: solo deployment config info –deployment
- Redeploy the network if HAProxy is missing: solo consensus network deploy