Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions gpu-operator/gpu-operator-mig.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <node-name> nvidia.com/mig.config=all-disabled --overwrite
Expand Down
4 changes: 0 additions & 4 deletions openshift/gpu-operator-with-precompiled-drivers.rst
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The examples on this page mention out of support openshift versions, 4.12.13, export OPENSHIFT_VERSION="4.12.13". Is there a better version we should use here?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't believe so. We do not build and test precompiled driver container images on OCP (the user is expected to bring-their-own image). So I would be in favor of removing these bullets and not mentioning a specific OCP version.

Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down