Skip to content

Commit 5d60af8

Browse files
committed
Clarify driver and MIG setup for DRA
1 parent c588614 commit 5d60af8

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

demo/clusters/openshift/README.md

+6-11
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,16 @@ $ oc patch --type merge -p '{"spec":{"profile": "HighNodeUtilization", "profileC
2020

2121
The easiest way to install NVIDIA GPU drivers on OpenShift nodes is via the NVIDIA GPU Operator.
2222

23-
**Be careful to disable the device plugin so it does not conflict with the DRA plugin**. It is recommended to leave only the NVIDIA GPU driver and driver toolkit configs, and disable everything else:
23+
**Be careful to disable the device plugin so it does not conflict with the DRA plugin**:
2424

2525
```yaml
26-
<...>
2726
devicePlugin:
2827
enabled: false
29-
<...>
30-
driver:
31-
enabled: true
32-
<...>
33-
toolkit:
34-
enabled: true
35-
<...>
3628
```
3729
30+
Keep in mind that the NVIDIA GPU operator is needed here only to install NVIDIA binaries on the cluster nodes, and should not be used for other purposes such as configuring GPUs.
3831
39-
The NVIDIA GPU Operator might not be available through the OperatorHub in a pre-production version of OpenShift. In this case, deploy the operator from a bundle or add a certified catalog index from an earlier version of OpenShift, e.g.:
32+
The operator might not be available through the OperatorHub in a pre-production version of OpenShift. In this case, deploy the operator from a bundle or add a certified catalog index from an earlier version of OpenShift, e.g.:
4033
4134
```yaml
4235
kind: CatalogSource
@@ -139,4 +132,6 @@ Enabled MIG Mode for GPU 00000000:0A:00.0
139132
All done.
140133
```
141134

142-
Make sure to stop everything that may hold the GPU before enabling MIG. Otherwise you will see a warning, and the MIG status will have an asterisk (i.e. `Enabled*`), meaning that the setting could not be applied.
135+
Make sure to stop everything that may hold the GPU before enabling MIG. Otherwise you will see a warning, and the MIG status will have an asterisk (i.e. `Enabled*`), meaning that the setting could not be applied.
136+
137+
No MIG devices must be pre-configured on the GPU if it is going to be used with DRA &mdash; the DRA driver will configure MIG automatically on the fly.

0 commit comments

Comments
 (0)