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

[controller] clear data in etcd on cluster delete #154

Merged
merged 5 commits into from
Jun 6, 2019

Conversation

schallert
Copy link
Collaborator

Leverage Kubernetes finalizers to block fully deleting the cluster until
we've cleaned up the data (placement + namespace) in etcd.

Fixes #44

Leverage Kubernetes finalizers to block fully deleting the cluster until
we've cleaned up the data (placement + namespace) in etcd.
@codecov
Copy link

codecov bot commented Jun 5, 2019

Codecov Report

Merging #154 into master will decrease coverage by 0.16%.
The diff coverage is 69.73%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #154      +/-   ##
==========================================
- Coverage   73.96%   73.79%   -0.17%     
==========================================
  Files          26       26              
  Lines        1817     1893      +76     
==========================================
+ Hits         1344     1397      +53     
- Misses        370      393      +23     
  Partials      103      103

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 02fd4e6...8e36f8d. Read the comment docs.

@schallert schallert merged commit fd30b43 into master Jun 6, 2019
@schallert schallert deleted the schallert/clear_etcd_data branch June 6, 2019 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ensure data in etcd is cleared on cluster deletion
1 participant