SOLO-2018
MinioInstallFailedSoloError — Deployment
MinioInstallFailedSoloError
| Code | SOLO-2018 |
| Category | Deployment |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown during cluster setup when the MinIO Operator Helm chart fails to install; the underlying failure is wrapped in cause. MinIO provides the S3-compatible object storage that solo’s cluster-level stack relies on, so its install is part of solo cluster-ref config setup. The failure is usually a Helm error (bad chart version or values), an image that cannot be pulled, or a cluster lacking the resources/connectivity to schedule the operator.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Inspect cluster state: kubectl get pods -A
- Check Helm release status: helm list -A
- Verify cluster connectivity: kubectl cluster-info