NVIDIA / k8s-dra-driver

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

Improve README.md #107

Closed yuanchen8911 closed 2 months ago

yuanchen8911 commented 2 months ago

This PR improves the instructions in the README file by

  1. Fixing typos in the example kubectl commands by removing the extra $ at the beginning and the command output. So a user can directly copy and paste the example commands to run.
  2. Adding the command nvidia-smi -L to show the GPU information on the node.
yuanchen8911 commented 2 months ago

Thanks for the comments. I think it's looking much better now.

klueska commented 2 months ago

There's still some things worth changing, but this is definitely better than before.