k8ssandra/cass-operator

Add MinReadySeconds to the StatefulSet

burmanm opened this issue · 0 comments

What is missing?

See discussion at k8ssandra/k8ssandra#1432

Why is this needed?

We need to ensure StatefulSet does not restart multiple pods at the same time. Setting MinReadySeconds should prevent this from happening, since the pods might not really be ready instantly.