Skip to content

Commit 6bf7bac

Browse files
empovitelezar
andcommitted
Update demo/clusters/openshift/README.md
Co-authored-by: Evan Lezar <[email protected]> Signed-off-by: Vitaly E. <[email protected]>
1 parent 1789aa0 commit 6bf7bac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

demo/clusters/openshift/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Install a recent build of OpenShift 4.16 (e.g. 4.16.0-ec.3). You can obtain an I
88

99
## Enabling DRA on OpenShift
1010

11-
Enable the `TechPreviewNoUpgrade` feature set as explained in [Enabling features using FeatureGates](https://docs.openshift.com/container-platform/4.15/nodes/clusters/nodes-cluster-enabling-features.html), either during the installation or post-install. The feature set includes the `DynamicResourceAllocation` feature.
11+
Enable the `TechPreviewNoUpgrade` feature set as explained in [Enabling features using FeatureGates](https://docs.openshift.com/container-platform/4.15/nodes/clusters/nodes-cluster-enabling-features.html), either during the installation or post-install. The feature set includes the `DynamicResourceAllocation` feature gate.
1212

1313
Update the cluster scheduler to enable the DRA scheduling plugin:
1414

@@ -138,3 +138,5 @@ oc exec -ti nvidia-driver-daemonset-416.94.202402160025-0-g45bd -n nvidia-gpu-op
138138
Enabled MIG Mode for GPU 00000000:0A:00.0
139139
All done.
140140
```
141+
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.

0 commit comments

Comments
 (0)