Skip to content

Commit 3e05ab5

Browse files
committed
added info about no need to set runtimeClassName
1 parent e1e02a5 commit 3e05ab5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

tasks/NVIDIA-Operator-installation.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@ The NVIDIA operator restarts containerd with a hangup call which restarts RKE2.
7979
The envvars `ACCEPT_NVIDIA_VISIBLE_DEVICES_ENVVAR_WHEN_UNPRIVILEGED`, `ACCEPT_NVIDIA_VISIBLE_DEVICES_AS_VOLUME_MOUNTS` and `DEVICE_LIST_STRATEGY` are required to properly isolate GPU resources as explained in https://docs.google.com/document/d/1zy0key-EL6JH50MZgwg96RPYxxXXnVUdxLZwGiyqLd8/edit?tab=t.0[Preventing unprivileged access to GPUs in Kubernetes].
8080
====
8181

82+
[IMPORTANT]
83+
====
84+
NVIDIA GPU Operator v25.10.x uses link:https://github.com/cncf-tags/container-device-interface/blob/main/SPEC.md[Container Device Interface (CDI) specification] which simplifies operations.
85+
It is recommended that you enable CDI (the default) and the NRI plug-in on RKE2.
86+
With both features enabled, you no longer need to pass extra environment variables for security requirements or set `runtimeClassName: nvidia` in your pod specifications.
87+
====
88+
8289
[,yaml]
8390
----
8491
# gpu-operator.yaml

0 commit comments

Comments
 (0)