From 9154643824386c90fffdfc72679ea9a4aeb41226 Mon Sep 17 00:00:00 2001 From: Jack Yu Date: Wed, 14 Jan 2026 08:37:48 +0800 Subject: [PATCH 1/2] docs: add more description about installing nvidia driver to specific node Signed-off-by: Jack Yu --- docs/advanced/addons/nvidiadrivertoolkit.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/advanced/addons/nvidiadrivertoolkit.md b/docs/advanced/addons/nvidiadrivertoolkit.md index 37c96dd3fd..9f7b8c5ad9 100644 --- a/docs/advanced/addons/nvidiadrivertoolkit.md +++ b/docs/advanced/addons/nvidiadrivertoolkit.md @@ -56,7 +56,9 @@ Starting with v1.8.0, the **nvidia-driver-toolkit** uses node affinity instead o ### Customizing Node Affinity -You can customize the node affinity settings to meet your specific requirements. In the following example, the driver is installed on nodes with specific GPU models. +You can customize the node affinity settings to meet your specific requirements. + +For example, if you label your node with `gpu.model=A100` and `gpu.model=A40`, then you can use the following node affinity like the below. The driver is installed on nodes with specific GPU models. ```yaml affinity: From 9aca0003f59d16747ee8ba9acb72eadd840221b4 Mon Sep 17 00:00:00 2001 From: Jack Yu Date: Mon, 19 Jan 2026 14:19:14 +0800 Subject: [PATCH 2/2] Update docs/advanced/addons/nvidiadrivertoolkit.md Co-authored-by: Jillian Maroket <67180770+jillian-maroket@users.noreply.github.com> Signed-off-by: Jack Yu --- docs/advanced/addons/nvidiadrivertoolkit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/addons/nvidiadrivertoolkit.md b/docs/advanced/addons/nvidiadrivertoolkit.md index 9f7b8c5ad9..db8f40f60c 100644 --- a/docs/advanced/addons/nvidiadrivertoolkit.md +++ b/docs/advanced/addons/nvidiadrivertoolkit.md @@ -58,7 +58,7 @@ Starting with v1.8.0, the **nvidia-driver-toolkit** uses node affinity instead o You can customize the node affinity settings to meet your specific requirements. -For example, if you label your node with `gpu.model=A100` and `gpu.model=A40`, then you can use the following node affinity like the below. The driver is installed on nodes with specific GPU models. +For example, if you add the labels `gpu.model=A100` and `gpu.model=A40` to nodes that use these GPU models, you can use the following node affinity settings to target the driver installation. ```yaml affinity: