-
Notifications
You must be signed in to change notification settings - Fork 697
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 creation as part of PyTorch job spec #1971
Comments
I don't think we should introduce the original API since such changes will increase maintenance costs. https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#volume-claim-templates |
@tenzen-y So your suggestion is to use |
Yes, that's right.
@andreyvelich We can imagine that users want to create volumes with different storageclasses. |
@tenzen-y In that case, user basically does some pre-processing on the PyTorch Master Pod to prepare uncompressed data for workers and distribute this data using small and faster storage ? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had recent activity. Please comment "/reopen" to reopen it. |
/reopen |
@deepanker13: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This will be implemented in Kubeflow V2 APIs as part of this: kubernetes-sigs/jobset#572. |
To avoid giving unnecessary permission to Kubeflow User and make it more general for PyTorchJob APIs. We need to introduce changes to API to be able to set the following in PyTorchJob:
So the parameter looks like this:
The text was updated successfully, but these errors were encountered: