⚠️ 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-2031
DeploymentImportFailedSoloError — Deployment
DeploymentImportFailedSoloError
| Code | SOLO-2031 |
| Category | Deployment |
| Ownership | Infrastructure |
| Retryable | Yes |
Description
Thrown when solo deployment config import cannot reconstruct the local config from a cluster’s solo-remote-config ConfigMap: the cluster is unreachable, no Solo deployment exists in the targeted context/namespace, the remote config is unparseable, or the selection is ambiguous in quiet mode. Retryable because transient connectivity issues often resolve on retry.
Troubleshooting Steps
- Verify the kube context is reachable: kubectl –context
get namespaces - Verify the targeted namespace contains a Solo deployment (solo-remote-config ConfigMap)
- Check logs for details: tail -n 100 ~/.solo/logs/solo.log