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

cleanup: basic functionality added #13

Merged
merged 2 commits into from
Aug 3, 2024
Merged

cleanup: basic functionality added #13

merged 2 commits into from
Aug 3, 2024

Conversation

vsoch
Copy link
Member

@vsoch vsoch commented Aug 3, 2024

This changeset adds support for a duration that drives cleanup, meaning a duration in seconds can be provided as a label, and then the label will be populated into the duration (seconds) to kickoff a cleanup job after allocation. This currently is not doing a cleanup, as we will need to walk up to a parent level abstraction (often deleting the pod is not sufficient) and issue cancel to fluxion, but that will come soon/next. I am also converting the fluxion service container build to be multi-stage to hopefully make it smaller

vsoch added 2 commits August 2, 2024 02:06
This changeset adds support for a duration that drives cleanup,
meaning a duration in seconds can be provided as a label, and then
the label will be populated into the duration (seconds) to kickoff
a cleanup job after allocation. This currently is not doing a cleanup,
as we will need to walk up to a parent level abstraction (often deleting
the pod is not sufficient) and issue cancel to fluxion, but that will
come soon/next. I am also converting the fluxion service container build
to be multi-stage to hopefully make it smaller

Signed-off-by: vsoch <[email protected]>
@vsoch vsoch merged commit 24ed8d2 into main Aug 3, 2024
7 checks passed
@vsoch vsoch deleted the add-cleanup branch August 3, 2024 00:15
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