-
Notifications
You must be signed in to change notification settings - Fork 36
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
Resource cleanup ADR #90
Comments
With the delete being implemented in #144 having unused images is more likely. |
I think creating a command like |
I like the idea of providing the command as well and leaving it up to the user to schedule its execution. |
Another option is a maintenance api |
This issue is stale because it has been open 60 days with no activity. |
How about an option in the capi object that selects how cleanup as handled? This could end up in the miroVM details and thus mark how quickly cleanup should happen. |
I think the issue with the cleanup in the microvm detail, we need cleanup from leftovers, things we couldn't/didn't delete after vm was deleted, like a snapshot. At that point, we don't have the vmspec anymore only leftover garbage on the system. So it's more like a "garbage collector" rather than a "clean up". (or i misunderstood the microvm details part) |
This issue is stale because it has been open 60 days with no activity. |
Still valid. |
This issue was closed because it has been stalled for 365 days with no activity. |
This issue is stale because it has been open 180 days with no activity. |
We need to decide how we handle unused images, network interfaces.
When a microvm is deleted the snapshots will be deleted. This may leave a container image unused. What should we do with these unused images? A couple of options:
The text was updated successfully, but these errors were encountered: