You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Optional: Setup out-of-tree drivers for Intel Data Center GPU provisioning. Follow the steps listed [here](/kmmo/README.md).
9
+
- Follow the additional prerequisites for provisioning Intel® Data Center GPU:
10
+
- Configure Machine Configuration (MCO) for Intel Data Center GPU. Follow steps [here](/machine_configuration/README.md#machine-configuration-for-intel®-data-center-gpu).
11
+
- Setup out of tree drivers for Intel Data Center GPU provisioning. Follow the steps listed [here](/kmmo/README.md).
12
+
- Follow the additional prerequisites for provisioning Intel® QuickAssist Technology:
13
+
- Configure MCO for provisioning Intel QAT. Follow steps [here](/machine_configuration/README.md#machine-configuration-for-provisioning-intel-qat).
11
14
12
15
# Install Intel Device Plugins Operator on Red Hat OpenShift
13
16
## Installation via web console
@@ -32,6 +35,16 @@ $ oc get pod | grep inteldeviceplugins-controller-manager
The resources are the user interface for customers to claim and consume the hardware features provided by Intel Device Plugins from the user pods. See below table for the details:
40
+
41
+
| Feature | Resources | Description | Usage |
42
+
| ------- | --------- | ----------- | ----- |
43
+
| Intel SGX |`sgx.intel.com/epc`| Intel SGX EPC memory for user pod to claim |[Link](https://github.com/intel/intel-technology-enabling-for-openshift/blob/64a6c86f3be25459c14ea988e892f9f5d873a8ca/tests/l2/sgx/sgx_job.yaml#L21)|
44
+
| Intel Data Center GPU Flex Series |`gpu.intel.com/i915 `| Intel Data Center GPU Card for user pod to claim |[Link](https://github.com/intel/intel-technology-enabling-for-openshift/blob/main/device_plugins/deploy_gpu.md#using-intel-data-center-gpu-resource-exclusively)|
45
+
| Intel QAT |`qat.intel.com/cy` </br> `qat.intel.com/dc`|`cy`: Intel QAT VFIO Virtual Function device configured for cryptography for user pod to claim </br> `dc`: Intel QAT VFIO Virtual Function device configured for cryptography for user pod to claim |[Link](https://github.com/intel/intel-technology-enabling-for-openshift/blob/main/tests/l2/qat/qatlib_job.yaml#L24) </br> [Link](https://github.com/intel/intel-technology-enabling-for-openshift/blob/main/tests/l2/qat/qatlib_job.yaml#L28)|
0 commit comments