⚠️ 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-5015
ClusterReferenceUndeterminedSoloError — System
ClusterReferenceUndeterminedSoloError
| Code | SOLO-5015 |
| Category | System |
| Ownership | Solo |
| Retryable | No |
Description
Thrown during initialization when solo cannot determine which cluster reference to use. solo expects the active cluster reference to be resolvable at this point, so reaching this indicates an internal initialization or ordering defect rather than user input, and is treated as an internal Solo error.
Troubleshooting Steps
- Check the remote config: kubectl get configmap -n
-o yaml - Verify cluster references: solo deployment config info –deployment
- Re-initialize solo if needed: solo init
- Review solo logs: tail -n 100 ~/.solo/logs/solo.log