Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/advanced/addons/nvidiadrivertoolkit.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down