From 8f2d5571ccacb35720857e023e30b782fce4168d Mon Sep 17 00:00:00 2001 From: Philip Sabri Date: Fri, 20 Sep 2024 20:33:05 +0000 Subject: [PATCH] Update links for AMD GPU device plugin --- content/en/blog/_posts/2022-12-19-devicemanager-ga.md/index.md | 2 +- content/en/docs/tasks/manage-gpus/scheduling-gpus.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/blog/_posts/2022-12-19-devicemanager-ga.md/index.md b/content/en/blog/_posts/2022-12-19-devicemanager-ga.md/index.md index 2c96ef8289..1b4758edca 100644 --- a/content/en/blog/_posts/2022-12-19-devicemanager-ga.md/index.md +++ b/content/en/blog/_posts/2022-12-19-devicemanager-ga.md/index.md @@ -23,7 +23,7 @@ the `Registration` gRPC service served by kubelet to register itself with kubele Please refer to the documentation for an [example](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/#example-pod) on how a pod can request a device exposed to the cluster by a device plugin. Here are some example implementations of device plugins: -- [AMD GPU device plugin](https://github.com/RadeonOpenCompute/k8s-device-plugin) +- [AMD GPU device plugin](https://github.com/ROCm/k8s-device-plugin) - [Collection of Intel device plugins for Kubernetes](https://github.com/intel/intel-device-plugins-for-kubernetes) - [NVIDIA device plugin for Kubernetes](https://github.com/NVIDIA/k8s-device-plugin) - [SRIOV network device plugin for Kubernetes](https://github.com/k8snetworkplumbingwg/sriov-network-device-plugin) diff --git a/content/en/docs/tasks/manage-gpus/scheduling-gpus.md b/content/en/docs/tasks/manage-gpus/scheduling-gpus.md index 3e3a8bc294..7bbdfe7f4f 100644 --- a/content/en/docs/tasks/manage-gpus/scheduling-gpus.md +++ b/content/en/docs/tasks/manage-gpus/scheduling-gpus.md @@ -29,7 +29,7 @@ As an administrator, you have to install GPU drivers from the corresponding hardware vendor on the nodes and run the corresponding device plugin from the GPU vendor. Here are some links to vendors' instructions: -* [AMD](https://github.com/RadeonOpenCompute/k8s-device-plugin#deployment) +* [AMD](https://github.com/ROCm/k8s-device-plugin#deployment) * [Intel](https://intel.github.io/intel-device-plugins-for-kubernetes/cmd/gpu_plugin/README.html) * [NVIDIA](https://github.com/NVIDIA/k8s-device-plugin#quick-start)