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

Remove resources if the provider is deleted #131

Open
ldx opened this issue Jun 15, 2020 · 0 comments
Open

Remove resources if the provider is deleted #131

ldx opened this issue Jun 15, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@ldx
Copy link
Contributor

ldx commented Jun 15, 2020

There are resources created by Kip during runtime:

  • Instances for cells.
  • Firewall rules or security groups.
  • Cell CRDs.
  • (Anything else?)

When a Kip instance is removed, the node will be removed soon by the control plane. However, all the VM instances, cell CRDs and SGs/firewalls that were active at that point will stay behind.

We need a way to detect when the Kip controller instance is gone, and remove all the resources it left.

@ldx ldx added the enhancement New feature or request label Jun 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant