Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent deleting pods (manually) using finalizers #134

Closed
ewoutp opened this issue May 10, 2018 · 1 comment
Closed

Prevent deleting pods (manually) using finalizers #134

ewoutp opened this issue May 10, 2018 · 1 comment

Comments

@ewoutp
Copy link
Contributor

ewoutp commented May 10, 2018

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.

@ewoutp
Copy link
Contributor Author

ewoutp commented May 22, 2018

Solved in master

@ewoutp ewoutp closed this as completed May 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant