Skip to content

Commit cdf75b4

Browse files
authored
Merge pull request #226 from hershpa/update-mc-readme
machine_configuration: Remove MCO to disable in-tree drivers and update readme
2 parents e1778e2 + 8354f89 commit cdf75b4

File tree

3 files changed

+0
-76
lines changed

3 files changed

+0
-76
lines changed

machine_configuration/100-intel-dgpu-machine-config-disable-intree-i915-vsec.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

machine_configuration/README.md

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -19,43 +19,6 @@ Any contribution in this area is welcome.
1919
- Provisioned RHOCP cluster. Follow steps [here](/README.md#provisioning-rhocp-cluster).
2020
- Setup node feature discovery (NFD). Follow steps [here](/nfd/README.md).
2121

22-
# Machine configuration for Intel® Data Center GPU
23-
## Create `intel-dgpu` MachineConfigPool
24-
The command shown below creates a custom `intel-dgpu` MachineConfigPool for worker nodes with an Intel Data Center GPU card, which is labeled with `intel.feature.node.kubernetes.io/gpu: 'true'` by [NFD](/nfd/README.md).
25-
```
26-
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/machine_configuration/intel-dgpu-machine-config-pool.yaml
27-
```
28-
29-
## Verification
30-
### From the web console
31-
Navigate to the Compute -> MachineConfigPools section and ensure `intel-dgpu` MachineConfigPool is present.
32-
### From the CLI
33-
```
34-
$ oc get mcp
35-
```
36-
Output:
37-
```
38-
NAME CONFIG UPDATED UPDATING DEGRADED MACHINECOUNT
39-
intel-dgpu rendered-intel-dgpu-58fb5f4d72fe6041abb066880e112acd True False False 1
40-
```
41-
Ensure `intel-dgpu` MachineConfigPool is present.
42-
43-
# Disable in-tree drivers
44-
Run the command shown below to disable the loading of in-tree drivers 'i915' and 'intel_vsec'.
45-
```
46-
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/machine_configuration/100-intel-dgpu-machine-config-disable-intree-i915-vsec.yaml
47-
```
48-
**Note**: This command will reboot the worker nodes in the `intel-dgpu` MachineConfigPool sequentially.
49-
50-
## Verification
51-
Navigate to the node terminal on the web console (Compute -> Nodes -> Select a node -> Terminal). Run the following commands in the terminal.
52-
```
53-
$ chroot /host
54-
$ lsmod | grep i915
55-
$ lsmod | grep intel_vsec
56-
```
57-
Ensure that the in-tree i915 and intel_vsec driver is not loaded.
58-
5922
# Machine Configuration for Provisioning Intel® QAT
6023

6124
* Turn on `intel_iommu` kernel parameter and load `vfio_pci` at boot for QAT provisioning

machine_configuration/intel-dgpu-machine-config-pool.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)