NVIDIA / k8s-dra-driver

Dynamic Resource Allocation (DRA) for NVIDIA GPUs in Kubernetes
Apache License 2.0
238 stars 43 forks source link

The pod created using quickstart/gpu-test3.yaml has a pending status #136

Closed Flynn-Zh closed 3 months ago

Flynn-Zh commented 3 months ago

execute the following command:

  1. kubectl apply -f k8s-dra-driver/demo/specs/quickstart/gpu-test3.yaml
  2. kubectl get po -n gpu-test3 the result is: NAME READY STATUS RESTARTS AGE pod1 0/1 Pending 0 4m6s pod2 0/1 Pending 0 4m6s who can tell me why? thanks
Flynn-Zh commented 3 months ago

the resourceclass is not created.