FoundationDB / fdb-kubernetes-operator

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

Make sure we skip the automatic replacements if the cluster is unavailable #2054

Closed johscheuer closed 3 months ago

johscheuer commented 4 months ago

Description

If the cluster is not available we shouldn't perform automatic replacements as the operator is not able to make any good decision. The operator will not replace more than MaxConcurrentReplacements in the worst case, but I still think it's better to skip this feature at all if the cluster is unavailable.

Type of change

Please select one of the options below.

Discussion

-

Testing

CI will run e2e tests.

Documentation

-

Follow-up

-

foundationdb-ci commented 4 months ago

Result of fdb-kubernetes-operator-pr on Linux CentOS 7

foundationdb-ci commented 4 months ago

Result of fdb-kubernetes-operator-pr on Linux CentOS 7

nicmorales9 commented 3 months ago

Looks good with requeue as well 👍

foundationdb-ci commented 3 months ago

Result of fdb-kubernetes-operator-pr on Linux CentOS 7