Open
Description
The Operator currently reconciles remote datacenters in a synchronous manner, meaning it processes datacenter resources sequentially as part of a single reconciliation loop. This design causes a significant issue when one of the remote datacenters is unavailable.
When this happens, the Operator stalls the entire reconciliation process, waiting for the unresponsive datacenter to recover. As a result, healthy datacenters cannot progress with their reconciliation updates, leading to degraded state.