Skip to content

Commit 91a0edb

Browse files
Apply suggestions from code review
Co-authored-by: Rajath Agasthya <rajathagasthya@gmail.com>
1 parent efb4c1c commit 91a0edb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gpu-operator/gpu-operator-mig.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Configuring MIG Profiles
109109
************************
110110

111111
When MIG is enabled, nodes are labeled with ``nvidia.com/mig.config: all-disabled`` by default.
112-
To use a profile on a node, you add a label with the desired profile, for example, ``nvidia.com/mig.config=all-1g.10gb``.
112+
To use a profile on a node, update the label value with the desired profile, for example, ``nvidia.com/mig.config=all-1g.10gb``.
113113

114114
Introduced in GPU Operator v26.3.0, MIG Manager generates the MIG configuration for a node at runtime from the available hardware.
115115
The configuration is generated on startup, discovering MIG profiles for each MIG-capable GPU on a node using `NVIDIA Management Library (NVML) <https://developer.nvidia.com/management-library-nvml>`_, then writing it to a ConfigMap for each MIG-capable node in your cluster.
@@ -570,7 +570,7 @@ Finally, it applies the MIG reconfiguration and restarts the GPU pods and possib
570570
The MIG reconfiguration can also involve rebooting a node if a reboot is required to enable MIG mode.
571571

572572
The default MIG profiles are specified in the ``<node-name>-mig-config`` ConfigMap.
573-
This ConfigMap is auto-generated by the Operator for each MIG-capable node and contains the standard MIG profiles for the available GPUs on the node.
573+
This ConfigMap is auto-generated by the MIG Manager for each MIG-capable node and contains the standard MIG profiles for the available GPUs on the node.
574574
You can also configure the operator to configure a custom ConfigMap to use instead of the auto-generated one.
575575

576576
You can specify one of these profiles to apply to the ``mig.config`` label to trigger a reconfiguration of the MIG geometry.

0 commit comments

Comments
 (0)