-
Notifications
You must be signed in to change notification settings - Fork 71
[FeatureRequest] Support dynamic volume provisioning for distributed training job #19
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
@zhan849 May I ask is there any progress about this feature? |
@xiaogaozi thanks for following up - unfortunately I've got little bandwidth in Q3 to work on this given several high-priority items I need to focus on for my company. I will likely to get back to this in Q4. Is this blocking any release? If so, I'm ok if someone else take over the impl for the feature. Apologize about the inconvenience |
We (Xiaohongshu) rely on this feature recently, it's better if someone could continue the contribution. |
Just FYI, Volcano job controller is working on PVC per pod feature: volcano-sh/volcano#703 |
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Alexander Graf <alex@basecamp.tirol>
This is ported from kubeflow/training-operator#949 as we want to make this feature generic. Basically we want to add
volumeClaimTemplate
to job spec so the workers are able to use customized volumes for scratch space./assign
The text was updated successfully, but these errors were encountered: