⚠️ 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-5024
MirrorIngressControllerPodNotFoundSoloError — System
MirrorIngressControllerPodNotFoundSoloError
| Code | SOLO-5024 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when solo cannot find the mirror ingress controller pod. solo locates this pod to manage ingress for the mirror node, so this is raised when no matching pod exists in the namespace — for example it failed to start or was not deployed.
Troubleshooting Steps
- Check ingress controller pod status: kubectl get pods -A | grep ingress
- Describe pods to check for crashes or evictions: kubectl describe pods -A -l app.kubernetes.io/name=haproxy-ingress
- Check recent namespace events: kubectl get events -n
–sort-by=.lastTimestamp