You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gpu-operator/release-notes.rst
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,15 @@ New Features
59
59
The ``cdi.enabled`` field in the ClusterPolicy is now set to ``true`` by default.
60
60
The ``cdi.default`` field is now deprecated and will be ignored.
61
61
62
+
- When ``cdi.enabled`` is ``true`` the GPU Operator now leverages CDI support in container
63
+
runtimes, e.g. containerd and cri-o, for injecting GPU support into workload containers.
64
+
This differs from prior releases where CDI support in container runtimes was not used, and
65
+
instead, an ``nvidia`` runtime class configured in CDI mode was used.
66
+
- For OpenShift users upgrading to 25.10.0, we recommend updating the ``cdi.enabled``
67
+
field in ClusterPolicy to ``true`` post-upgrade. This field will not automatically be
68
+
updated to ``true`` since the Operator Lifecycle Manager (OLM) does not mutate custom
69
+
resources on operator upgrades.
70
+
62
71
* When using virtualization, on GPUs that support MIG, you now have the option to select MIG-backed vGPU instances instead of time-sliced vGPU instances.
63
72
To select a MIG-backed vGPU profile, label the node with the name of the MIG-backed vGPU profile.
0 commit comments