FoundationDB / fdb-kubernetes-operator

A kubernetes operator for FoundationDB
Apache License 2.0
241 stars 82 forks source link

New proxy configurations for FDB 7.0 #757

Closed brownleej closed 2 years ago

brownleej commented 3 years ago

FDB 7.0 is introducing new configurations for proxies, where they are separated into commit_proxies and grv_proxies. We should add support for these configuration flags in the operator.

We will need to think about how to handle the transition. We currently set a default value for proxies, but we will probably want to transition to using the separate proxy settings as a default. Maybe we could introduce our own compatibility mode where we automatically translate commit_proxies and grv_proxies into a combined proxies count for older versions, and handle the different results from the status on 6.3 and 7.0.

johscheuer commented 2 years ago

@brownleej should we create a project to track the work for 7.0?

johscheuer commented 2 years ago

Support was added in PR: https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1114