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/getting-started.rst
+13-32Lines changed: 13 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,9 +160,9 @@ To view all the options, run ``helm show values nvidia/gpu-operator``.
160
160
* - ``daemonsets.labels``
161
161
- Map of custom labels to add to all GPU Operator managed pods.
162
162
- ``{}``
163
-
163
+
164
164
* - ``dcgmExporter.enabled``
165
-
- By default, the Operator gathers GPU telemetry in Kubernetes via `DCGM Exporter <https://docs.nvidia.com/datacenter/cloud-native/gpu-telemetry/latest/dcgm-exporter.html>`_.
165
+
- By default, the Operator gathers GPU telemetry in Kubernetes via `DCGM Exporter <https://docs.nvidia.com/datacenter/cloud-native/gpu-telemetry/latest/dcgm-exporter.html>`_.
166
166
Set this value to ``false`` to disable it.
167
167
Available values are ``true`` (default) or ``false``.
168
168
- ``true``
@@ -186,10 +186,10 @@ To view all the options, run ``helm show values nvidia/gpu-operator``.
186
186
187
187
* - ``driver.kernelModuleType``
188
188
- Specifies the type of the NVIDIA GPU Kernel modules to use.
189
-
Valid values are ``auto`` (default), ``proprietary``, and ``open``.
190
-
189
+
Valid values are ``auto`` (default), ``proprietary``, and ``open``.
190
+
191
191
``Auto`` means that the recommended kernel module type (open or proprietary) is chosen based on the GPU devices on the host and the driver branch used.
192
-
Note, ``auto`` is only supported with the 570.86.15 and 570.124.06 or later driver containers.
192
+
Note, ``auto`` is only supported with the 570.86.15 and 570.124.06 or later driver containers.
193
193
550 and 535 branch drivers do not yet support this mode.
194
194
``Open`` means the open kernel module is used.
195
195
``Proprietary`` means the proprietary module is used.
@@ -546,36 +546,17 @@ Refer to the :ref:`v24.9.0-known-limitations`.
546
546
MicroK8s
547
547
========
548
548
549
-
For MicroK8s, set the following in the ``ClusterPolicy``.
0 commit comments