FoundationDB / fdb-kubernetes-operator

A kubernetes operator for FoundationDB
Apache License 2.0
240 stars 83 forks source link

Add setting to enable/disable non blocking excludes #900

Closed johscheuer closed 2 years ago

johscheuer commented 2 years ago

We should add a setting in https://github.com/FoundationDB/fdb-kubernetes-operator/blob/master/docs/cluster_spec.md#foundationdbclusterautomationoptions to enable/disable non blocking excludes. Currently non blocking excludes are disabled by default. As a user I can't change the behaviour without changing the code which makes it harder to test this feature. See https://github.com/FoundationDB/fdb-kubernetes-operator/pull/898#discussion_r700460990 for more information. The default value should be false (non blocking excludes are disabled) to reflect the current state.

johscheuer commented 2 years ago

Duplicate of: https://github.com/FoundationDB/fdb-kubernetes-operator/issues/349