SOLO-1004
RemoteConfigsMismatchSoloError — Configuration
RemoteConfigsMismatchSoloError
| Code | SOLO-1004 |
| Category | Configuration |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when a deployment spans multiple clusters and solo finds that the remote configuration stored in two of them does not agree; the message names the two clusters whose copies diverged. solo keeps the remote config as a ConfigMap that must be an identical replica in every cluster of the deployment, so it compares them and raises this when they differ. The usual cause is a prior write that was applied to one cluster but not the others (a partial or failed update), a ConfigMap that was edited manually, or clusters that have otherwise drifted out of sync.
Troubleshooting Steps
- Inspect both configs: kubectl get configmap -n
- Sync manually before retrying