-
Notifications
You must be signed in to change notification settings - Fork 777
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
Kubeflow Pipelines Volume examples #757
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Hi there! The final implementation is closer to this design. The merged PR has just a few minor enhancements (it doesn't diverge from the logic described). There are some examples under https://github.com/kubeflow/pipelines/tree/master/samples/resourceops. I'll be happy to help with the documentation! |
Thanks @elikatsis! Would you like to take part in the doc sprint, to help create the docs? July 10-12. You can take part on site (Kirkland) or online. Here's the Kanban board for the Kubeflow Doc Sprint. Full details are on the doc sprint wiki. Here's the signup form. |
@sarahmaddox, Hello Sarah ! Unfortunately, I couldn't make it for this doc sprint and I am really sorry I didn't mention it earlier. I believe I will be able to contribute to the documentation within the next few weeks! |
/assign @elikatsis Thanks @elikatsis it's great to know that you'll be able to tackle the docs. No worries that it won't be within the timeframe of the doc sprint. |
Hello! Right now we've got #837 merged (link to the official website) and there are also several examples in kubeflow/pipelines repo:
There are some READMEs, too (1, 2). I think all of the above close this issue. @sarahmaddox, Sarah, what's your opinion? Is there anything else you think we should do? |
Thanks @elikatsis! The information is a little scattered at the moment. We have:
It'd be good to have an overview of the features on the website, in a page under this section: https://www.kubeflow.org/docs/pipelines/sdk/ Preferably the info in the READMEs should move to the website, as they contain user-focused info rather than developer-focused info. |
The Kubeflow Pipelines DSL was recently extended to include
PipelineVolume
andPipelineVolumeSnapshot
. These are an abstraction for the user to manipulate PVCs and VolumeSnapshots for data management purposes, also exposing dependencies according to their usage.See PR kubeflow/pipelines#926 for further details.
We need and example and doc covering the above feature.
Thanks @dansanche for suggesting this doc!
The text was updated successfully, but these errors were encountered: