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

[feature] Add option to allow VolumeOp to re-use PVC #6562

Closed
midhun1998 opened this issue Sep 14, 2021 · 0 comments · Fixed by #6582
Closed

[feature] Add option to allow VolumeOp to re-use PVC #6562

midhun1998 opened this issue Sep 14, 2021 · 0 comments · Fixed by #6582

Comments

@midhun1998
Copy link
Member

Feature Area

/area sdk

What feature would you like to see?

VolumeOp should allow re-using of existing PVC.

What is the use case or pain point?

When we have a VolumeOp component in a recurring-run pipeline the component creates new PVC every time a recurring run happens. However, In a use case where the subsequent runs should use the same PVC as the first run, the VolumeOp fails to handle this case.

Is there a workaround currently?

I understand we can create spec using V1PersistentVolumeClaim and pass it as k8s_resource argument but this seems to defeat the purpose of VolumeOp in the first place.

If this seems to be a useful feature I would be happy to create a PR.


Love this idea? Give it a 👍. We prioritize fulfilling features with the most 👍.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants