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

Add cleanup functionality #3

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

ebauman
Copy link
Member

@ebauman ebauman commented Nov 8, 2024

This PR adds cleanup functionality to hf-provisioner-digitalocean.

Every 5 minutes (by default, configurable), a cleanup process runs. This cleanup process evaluates all
droplets in all environments and checks them for instance ID and matching v1alpha1.Droplet name tags.

If found, the droplet is left alone. If not found, the droplet is deleted.

The cleanup process will only delete droplets who have a matching instance ID tag. This ensures no other droplets from
other sources are deleted.

This PR also adds some initial logging functionality to hf-provisioner-digitalocean.

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.

1 participant