SOLO-5026
ClusterNotFoundInRemoteConfigSoloError — System
ClusterNotFoundInRemoteConfigSoloError
| Code | SOLO-5026 |
| Category | System |
| Ownership | User |
| Retryable | No |
Description
Thrown when a referenced cluster is not present in the deployment remote configuration; the message names the cluster reference. solo expects the cluster to be recorded in the remote config before acting on it, so this means the reference does not match any recorded cluster — typically a misspelled name or a cluster that was never attached to the deployment.
Troubleshooting Steps
- List configured cluster references: solo cluster-ref list
- Inspect the remote config to see which clusters block nodes reference: kubectl get configmap solo-remote-config -n
-o yaml - If the cluster was renamed or removed, the deployment config may need to be repaired