Skip to content

Commit b9978e3

Browse files
Add details for OCP4.19+ build steps (#323)
Close #322 Signed-off-by: Michele Valsecchi <[email protected]>
1 parent c248ec5 commit b9978e3

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

openshift/openshift-virtualization.rst

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,12 +263,26 @@ Use the following steps to build the vGPU Manager container and push it to a pri
263263
* ``PRIVATE_REGISTRY`` - Name of the private registry used to store the driver image.
264264
* ``VGPU_HOST_DRIVER_VERSION`` - The NVIDIA vGPU Manager version downloaded from the NVIDIA Software Portal.
265265
* ``OS_TAG`` - This must match the Guest OS version.
266-
For RedHat OpenShift, specify ``rhcos4.x`` where _x_ is the supported minor OCP version.
266+
267+
.. note::
268+
The driver container image tag for OpenShift has changed after the OCP 4.19 release.
269+
Refer to `OpenShift Container Platform 4.19 Release Notes section 1.4.5 <https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/ocp-4-19-release-notes#ocp-4-19-rhcos-split-layers_release-notes>`_,
270+
`RHEL Versions Utilized by RHEL CoreOS and OCP <https://access.redhat.com/articles/6907891>`_,
271+
and `Split RHCOS into layers: /etc/os-release <https://github.com/openshift/enhancements/blob/master/enhancements/rhcos/split-rhcos-into-layers.md#etcos-release>`_
272+
for more information.
273+
274+
275+
For RedHat OpenShift 4.18 or earlier, specify ``rhcos4.x`` where _x_ is the supported minor OCP version.
267276

268277
.. code-block:: console
269278
270-
$ export PRIVATE_REGISTRY=my/private/registry VGPU_HOST_DRIVER_VERSION=580.82.07 OS_TAG=rhcos4.18
279+
$ export PRIVATE_REGISTRY=my/private/registry VGPU_HOST_DRIVER_VERSION=580.82.07 OS_TAG=rhcos4.18
280+
281+
For OpenShift 4.19 and later, specify ``rhel9.6`` instead.
282+
283+
.. code-block:: console
271284
285+
$ export PRIVATE_REGISTRY=my/private/registry VGPU_HOST_DRIVER_VERSION=580.82.07 OS_TAG=rhel9.6
272286
.. note::
273287

274288
The recommended registry to use is the Integrated OpenShift Container Platform registry.

0 commit comments

Comments
 (0)