Skip to content

Commit dbd7488

Browse files
a-mccarthycdesiniotisrahulait
authored
Apply suggestions from code review
Co-authored-by: Christopher Desiniotis <chris.desiniotis@gmail.com> Co-authored-by: Rahul Sharma <rahulait@users.noreply.github.com>
1 parent 0af10d2 commit dbd7488

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

gpu-operator/gpu-driver-configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ Perform the following steps to install the GPU Operator and use the NVIDIA drive
277277
$ helm install --wait --generate-name \
278278
-n gpu-operator --create-namespace \
279279
nvidia/gpu-operator \
280-
--version=${version}
280+
--version=${version} \
281281
--set driver.nvidiaDriverCRD.enabled=true
282282
283283
By default, Helm configures a ``default`` NVIDIA driver custom resource during installation.

gpu-operator/life-cycle-policy.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ Refer to :ref:`Upgrading the NVIDIA GPU Operator` for more information.
102102
- `v0.9.1 <https://ngc.nvidia.com/catalog/containers/nvidia:cloud-native:k8s-driver-manager>`__
103103

104104
* - NVIDIA Container Toolkit
105-
- `1.19 <https://github.com/NVIDIA/nvidia-container-toolkit/releases>`__
105+
- `1.19.0 <https://github.com/NVIDIA/nvidia-container-toolkit/releases>`__
106106

107107
* - NVIDIA Kubernetes Device Plugin
108-
- `0.18.2 <https://github.com/NVIDIA/k8s-device-plugin/releases>`__
108+
- `0.19.0 <https://github.com/NVIDIA/k8s-device-plugin/releases>`__
109109

110110
* - DCGM Exporter
111111
- `v4.5.1-4.8.0 <https://github.com/NVIDIA/dcgm-exporter/releases>`__
@@ -115,7 +115,7 @@ Refer to :ref:`Upgrading the NVIDIA GPU Operator` for more information.
115115

116116
* - | NVIDIA GPU Feature Discovery
117117
| for Kubernetes
118-
- `0.18.2 <https://github.com/NVIDIA/k8s-device-plugin/releases>`__
118+
- `0.19.0 <https://github.com/NVIDIA/k8s-device-plugin/releases>`__
119119

120120
* - NVIDIA MIG Manager for Kubernetes
121121
- `0.14.0 <https://github.com/NVIDIA/mig-parted/blob/main/CHANGELOG.md>`__

openshift/openshift-virtualization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ If the node is not labeled, then the ``default`` configuration will be used.
660660
For more information on this component and how it is configured, refer to the project `README <https://github.com/NVIDIA/vgpu-device-manager>`_.
661661

662662
By default, the GPU Operator deploys a ConfigMap for the vGPU Device Manager, containing named configurations for all `vGPU types <https://docs.nvidia.com/grid/latest/grid-vgpu-user-guide/index.html#supported-gpus-grid-vgpu>`_ supported by NVIDIA vGPU.
663-
The GPU Operator only uses only adds Q and C profiles in the default ConfigMap
663+
The GPU Operator only adds Q and C profiles in the default ConfigMap
664664
Users can select a specific configuration for a worker node by applying the ``nvidia.com/vgpu.config`` node label.
665665

666666
For example, labeling a node with ``nvidia.com/vgpu.config=A10-8Q`` would create 3 vGPU devices of type **A10-8Q** on all **A10** GPUs on the node (note: 3 is the maximum number of **A10-8Q** devices that can be created per GPU).

0 commit comments

Comments
 (0)