Closed
Description
DBServer pods should not be removed (manually or automatically by k8s) before they are drained.
Agent pods should not be removed at all (except special cases).
Single server pods should not be removed at all.
Active failover pods should not be removed unless it is the follower, or a follower is in-sync.
Add finalizers to the generated pods to prevent cases like this.