SOLO-2027
DeployNetworkFailedSoloError — Deployment
DeployNetworkFailedSoloError
| Code | SOLO-2027 |
| Category | Deployment |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when solo consensus network deploy cannot bring up the consensus network; the underlying failure is wrapped in cause. This step installs the solo-deployment Helm chart that creates the consensus node pods and their supporting services, so the error means that install did not succeed. Typical roots are a Helm release failure (bad chart version or values), an image that cannot be pulled, insufficient cluster resources to schedule the nodes, or a loss of connectivity to the cluster during the deploy.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Inspect consensus node pods: kubectl get pods -A
- Check Helm release status: helm list -A
- Verify cluster connectivity: kubectl cluster-info