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

unable to request 2 vgpu #7

Open
bx0216 opened this issue Jul 19, 2024 · 0 comments
Open

unable to request 2 vgpu #7

bx0216 opened this issue Jul 19, 2024 · 0 comments

Comments

@bx0216
Copy link

bx0216 commented Jul 19, 2024

I have a 4090 GPU, and configure the time slicing(nvidia.com/gpu 4) shared this GPU,
and configure volcano vgpu device plugin with:
args:
- --mig-strategy=none
- --device-split-count=4
when I use the flowing to create a pod (try to request 2 vgpu)
apiVersion: v1
kind: Pod
metadata:
name: pod2
spec:
restartPolicy: OnFailure
schedulerName: volcano
containers:

  • image: ubuntu:20.04
    name: pod1-ctr
    command: ["sleep"]
    args: ["100000"]
    resources:
    limits:
    volcano.sh/vgpu-memory: 2048
    volcano.sh/vgpu-number: 2

the pod always is "pending" state.
use the "kubectl describe" to get the info of this pod, report the flowing:


Warning FailedScheduling 36m volcano 0/3 nodes are unavailable: 1 no enough gpu cards on node bjsw-devsrv01, 2 Insufficient volcano.sh/vgpu-number.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant