From 208ffe09d04dc231eecc09e76073f997ecdd417c Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Fri, 16 Aug 2024 20:01:55 +0000 Subject: [PATCH] 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 --- content/en/docs/tasks/manage-gpus/scheduling-gpus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/manage-gpus/scheduling-gpus.md b/content/en/docs/tasks/manage-gpus/scheduling-gpus.md index 1466467a67..3e3a8bc294 100644 --- a/content/en/docs/tasks/manage-gpus/scheduling-gpus.md +++ b/content/en/docs/tasks/manage-gpus/scheduling-gpus.md @@ -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)