SOLO-1004

RemoteConfigsMismatchSoloError — Configuration

RemoteConfigsMismatchSoloError

CodeSOLO-1004
CategoryConfiguration
OwnershipInfrastructure
RetryableNo

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

  1. Inspect both configs: kubectl get configmap -n
  2. Sync manually before retrying