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