You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: