SOLO-3010
NetworkDestroyFailedSoloError — Component
NetworkDestroyFailedSoloError
| Code | SOLO-3010 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when solo consensus network destroy cannot tear down the consensus network; the underlying failure is wrapped in cause. Destroy uninstalls the network Helm release and removes its consensus node pods and resources, so this means teardown did not complete — for example a Helm release could not be removed or the cluster API was unreachable.
Troubleshooting Steps
- Check remaining Helm releases: helm list -A
- Check for stuck namespaces: kubectl get namespaces
- Manually clean up: helm uninstall
-n - Review solo logs: tail -n 100 ~/.solo/logs/solo.log