diff --git a/gpu-operator/gpu-operator-mig.rst b/gpu-operator/gpu-operator-mig.rst index 890345fe1..365a8f25c 100644 --- a/gpu-operator/gpu-operator-mig.rst +++ b/gpu-operator/gpu-operator-mig.rst @@ -441,6 +441,7 @@ Disabling MIG ************* You can disable MIG on a node by setting the ``nvidia.con/mig.config`` label to ``all-disabled``: + .. code-block:: console $ kubectl label nodes nvidia.com/mig.config=all-disabled --overwrite diff --git a/openshift/gpu-operator-with-precompiled-drivers.rst b/openshift/gpu-operator-with-precompiled-drivers.rst index 5084925a6..8fb2fb65b 100644 --- a/openshift/gpu-operator-with-precompiled-drivers.rst +++ b/openshift/gpu-operator-with-precompiled-drivers.rst @@ -30,10 +30,6 @@ Limitations and Restrictions * Precompiled driver containers do not support NVIDIA vGPU or GPUDirect Storage (GDS). -* Precompiled driver container images for Red Hat OpenShift Container Platform have been tested with the following versions: - - * 4.12 (RHEL 8.6) - * 4.13 (RHEL 9.2) *********************************** Building a Precompiled Driver Image