Simen Lilleeng
Simen Lilleeng
Many cloud providers have Availability Zones within their regions. These zones are independent from each other, such that failures affecting multiple zones are less likely. We'd like to run FoundationDB...
### What happened? When running with multiple `FoundationDBCluster` k8s resources, managing the same cluster, like in a [three_data_hall](https://github.com/FoundationDB/fdb-kubernetes-operator/blob/main/docs/manual/fault_domains.md#three-data-hall-replication) setup, a change to the connection string does not propagate to all...
### What happened? As a mitigation to storage roles being recruited to log processes [[forum post](https://forums.foundationdb.org/t/never-assign-storage-role-to-log-processes/4294)], we tried setting [maxConcurrentReplacements](https://github.com/FoundationDB/fdb-kubernetes-operator/blob/73270bac4f6fa7faab4f7820c64c618d5a5f1b11/docs/manual/replacements_and_deletions.md?plain=1#L27) to reduce the number of concurrent exclusions. However, this caused...
### What would you like to be added/changed? ### Issue Description When configuring a cluster with _three_data_hall_ replication as described in the [documentation](https://github.com/FoundationDB/fdb-kubernetes-operator/blob/main/docs/manual/fault_domains.md#three-data-hall-replication), the current process involves several manual steps....