From fc6e3231a7fb34710557df3d4b13038c6235cc01 Mon Sep 17 00:00:00 2001 From: Ukri Niemimuukko Date: Tue, 4 Oct 2022 19:27:03 +0300 Subject: [PATCH] [en] Add link to Intel GPU plugin This adds a link to the Intel GPU plugin. Signed-off-by: Ukri Niemimuukko --- content/en/docs/tasks/manage-gpus/scheduling-gpus.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/tasks/manage-gpus/scheduling-gpus.md b/content/en/docs/tasks/manage-gpus/scheduling-gpus.md index 528061b265..c6c37a41de 100644 --- a/content/en/docs/tasks/manage-gpus/scheduling-gpus.md +++ b/content/en/docs/tasks/manage-gpus/scheduling-gpus.md @@ -30,6 +30,7 @@ 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) +* [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) Once you have installed the plugin, your cluster exposes a custom schedulable resource such as `amd.com/gpu` or `nvidia.com/gpu`.