Update NVIDIA GPU scheduling link

The link to the NVIDIA GPU vendor implementation reference for the
scheduling-gpus page was pointing at their gpu-feature-discovery repo.
This repo is deprecated and the work has moved to the k8s-device-plugin
repo.

Luckily the old repo has a migration notice that leads folks to the new
location, so they ultimately are able to get the information they are
looking for. This updates the link to take out the extra step of visting
the old repo first.

Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
pull/47528/head
Sean McGinnis 2024-08-16 20:01:55 +00:00
parent fee196da98
commit 208ffe09d0
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
1 changed files with 1 additions and 1 deletions

View File

@ -125,4 +125,4 @@ spec:
#### GPU vendor implementations
- [Intel](https://intel.github.io/intel-device-plugins-for-kubernetes/cmd/gpu_plugin/README.html)
- [NVIDIA](https://github.com/NVIDIA/gpu-feature-discovery/#readme)
- [NVIDIA](https://github.com/NVIDIA/k8s-device-plugin)