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

Use k8s' owner reference to delete the temporary data volume #121

Open
szczeles opened this issue Mar 24, 2022 · 0 comments
Open

Use k8s' owner reference to delete the temporary data volume #121

szczeles opened this issue Mar 24, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@szczeles
Copy link
Contributor

When a volume is defined in the configuration, first step of the pipeline creates one and on-exit-handler removes it. However, it looks that since Nov 2021 there is way more elegant way to handle it by setting ownerReference on the volume to the Workflow object, so it will be cleaned by K8s GC itself:

kubeflow/pipelines#6649 (comment)

Let's check how it behaves and use it in our plugin if it works as expected

@Lasica Lasica added the enhancement New feature or request label Jul 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants