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

Ensure PVCs can be cleaned up on cluster deletion #58

Open
Gerrit91 opened this issue Oct 23, 2023 · 1 comment
Open

Ensure PVCs can be cleaned up on cluster deletion #58

Gerrit91 opened this issue Oct 23, 2023 · 1 comment

Comments

@Gerrit91
Copy link
Contributor

Customers are reporting that currently some volumes are cleaned up on cluster deletion but some are left, which could be a race condition that occurs in the shoot deletion flow. We should investigated the behavior and try to establish a clean deletion flow for this controller.

References #28.

@Gerrit91
Copy link
Contributor Author

Gerrit91 commented Dec 7, 2023

Some ideas to solve this problem:

  • Deploy lb-csi-controller stateful set into seed's shoot namespace (this way it cannot be deleted during the shoot cleanup)
  • Build an extension for lightbits and not deploy it through GEPM, such that the cleanup phase is called before KubeAPIServer cleanup

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

No branches or pull requests

1 participant