SOLO-2031

DeploymentImportFailedSoloError — Deployment

DeploymentImportFailedSoloError

CodeSOLO-2031
CategoryDeployment
OwnershipInfrastructure
RetryableYes

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

  1. Verify the kube context is reachable: kubectl –context get namespaces
  2. Verify the targeted namespace contains a Solo deployment (solo-remote-config ConfigMap)
  3. Check logs for details: tail -n 100 ~/.solo/logs/solo.log