SOLO-5039
HelmChartUninstallFailedSoloError — System
HelmChartUninstallFailedSoloError
| Code | SOLO-5039 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when solo cannot uninstall a Helm chart release; the message names the release and wraps the underlying failure in cause. solo uninstalls releases during teardown, so this means the helm uninstall did not complete — for example the release was not found, a resource could not be deleted, or the cluster API was unreachable.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Check if the release still exists: helm list -n
- Inspect the release status: helm status
-n - Check remaining pods: kubectl get pods -A