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

PVC/PV Cleanup Strategy with K8s Reconciler ⚠️ #1135

Open
lbeckman314 opened this issue Jan 22, 2025 · 0 comments
Open

PVC/PV Cleanup Strategy with K8s Reconciler ⚠️ #1135

lbeckman314 opened this issue Jan 22, 2025 · 0 comments
Assignees
Labels
Milestone

Comments

@lbeckman314
Copy link
Member

Overview 🌀

When the K8s reconciler is enabled, Funnel appears to "clean up" the PVC/PV used by the Worker and Executor before the client (e.g. Nextflow) has a chance to read the outputs.

Expected Behavior

The Worker and Executor PVC/PV's should remain until the client is done reading/accessing them.

Actual Behavior

The PVC/PV's are removed and Nextflow throws the following Example Error ⚠️

java.nio.file.NoSuchFileException: /var/folders/_8/5_1db5ds3h3fbjvxvb7q6z7h0000gn/T/temp-s3-12235337140107845292/.command.out
@lbeckman314 lbeckman314 added this to the 0.11.1 milestone Jan 22, 2025
@lbeckman314 lbeckman314 self-assigned this Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant