I must create a pod with multiple containers,but volcano don't support to limit each container gpu-memory.
apiVersion: v1 kind: Pod metadata: name: gpu-pod spec: schedulerName: volcano containers: - name: container1 image: XXX/XXX resources: limits: volcano.sh/gpu-memory: 1024 - name: containerN image: XXX/XXX resources: limits: volcano.sh/gpu-memory: 1024
https://github.com/volcano-sh/volcano/issues/1858
Could you please give more details about the job & volcano configurations? It should work by using GPU-share features following user guide.
You can more info in https://github.com/volcano-sh/volcano/issues/1858 Vocalno grammer only support one container‘s gpu-memory limit in one pod, others containers with no gpu-memory limit in one pod, fail to start,because https://www.yuque.com/docs/share/62f95eb0-5dfe-4045-9a8a-f63c9341780c?#
Could you please give more details about the job & volcano configurations? It should work by using GPU-share features following user guide.
Can you help me ? Thank you very much.
Hi ! I would like to contribute to this issue. Kindly guide me through the process.
A Pod has multiple containers. An error is reported when the container sets the GPU limit
resources:
limits:
volcano.sh/gpu-memory: 1024
I will try to reproduce and fix this issue /assign
This issue has been successfully reproduced in volcano 1.16 and will be resolved in the future.
Hello 👋 Looks like there was no activity on this issue for last 90 days. Do you mind updating us on the status? Is this still reproducible or needed? If yes, just comment on this PR or push a commit. Thanks! 🤗 If there will be no activity for 60 days, this issue will be closed (we can always reopen an issue if we need!).
Retain the current issue. /remove-lifecycle stale
Hello 👋 Looks like there was no activity on this issue for last 90 days. Do you mind updating us on the status? Is this still reproducible or needed? If yes, just comment on this PR or push a commit. Thanks! 🤗 If there will be no activity for 60 days, this issue will be closed (we can always reopen an issue if we need!).
This issue has been successfully reproduced in volcano 1.16 and will be resolved in the future.
Any progress here?
This issue has been successfully reproduced in volcano 1.16 and will be resolved in the future.
When will it be resolved? Thanks.