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
For Red Hat OpenShift, use a directory that includes ``rhel`` in the directory name. For example, ``vgpu-manager/rhel8``.
555
552
556
553
|Set the following environment variables:
557
554
|``PRIVATE_REGISTRY`` - name of private registry used to store driver image
558
-
|``VERSION`` - NVIDIA vGPU Manager version downloaded from NVIDIA Software Portal
559
-
|``OS_TAG`` - this must match the Guest OS version. In the following example ``ubuntu20.04`` is used. For Red Hat OpenShift this should be set to ``rhcos4.x`` where x is the supported minor OCP version.
560
-
|``CUDA_VERSION`` - CUDA base image version to build the driver image with.
555
+
|``VGPU_HOST_DRIVER_VERSION`` - NVIDIA vGPU Manager version downloaded from NVIDIA Software Portal
556
+
|``OS_TAG`` - this must match the Guest OS version. In the following example ``ubuntu22.04`` is used. For Red Hat OpenShift this should be set to ``rhcos4.x`` where x is the supported minor OCP version.
$ VGPU_HOST_DRIVER_VERSION=${VGPU_HOST_DRIVER_VERSION} IMAGE_NAME=${PRIVATE_REGISTRY}/vgpu-manager make push-vgpuhost-${OS_TAG}
292
287
293
288
.. _install-the-gpu-operator:
294
289
@@ -425,7 +420,7 @@ As a cluster administrator, you can create a ClusterPolicy using the OpenShift C
425
420
* Under *env*, fill in **image** with ``vgpu-manager`` and the **version** with your driver version.
426
421
* Expand the **NVIDIA vGPU Device Manager config** section and make sure that the **enabled** checkbox is checked.
427
422
428
-
If you are only using GPU passthrough, you don't need to fill these sections out.
423
+
If you are only using GPU passthrough, you do not need to fill these sections out.
429
424
430
425
* Expand the **VFIO Manager config** section and select the **enabled** checkbox.
431
426
* Optionally, in the **Sandbox Workloads config** section, set **defaultWorkload** to ``vm-passthrough`` if you want passthrough to be the default mode.
@@ -687,7 +682,7 @@ Switching vGPU device configuration after one has been successfully applied assu
687
682
688
683
To apply a new configuration after GPU Operator install, simply update the ``nvidia.com/vgpu.config`` node label.
689
684
690
-
Let's run through an example on a system with two **A10** GPUs.
685
+
The following example shows a system with two **A10** GPUs.
691
686
692
687
.. code-block:: console
693
688
@@ -704,7 +699,7 @@ After installing the GPU Operator as detailed in the previous sections and witho
704
699
"nvidia.com/NVIDIA_A10-12Q": "4"
705
700
}
706
701
707
-
If instead you want to create **A10-4Q** devices, we can label the node like such:
702
+
If instead you want to create **A10-4Q** devices, label the node as follows:
0 commit comments