intel / intel-technology-enabling-for-openshift

The project focuses on Intel’s enterprise AI and cloud native foundation for Red Hat OpenShift Container Platform (RHOCP) solution enablement and innovation including Intel data center hardware features, Intel technology enhanced AI platform and the referenced AI workloads provisioning for OpenShift.
https://intel.github.io/intel-technology-enabling-for-openshift/
Apache License 2.0
17 stars 12 forks source link

NFD SGX EPC extended resource without using SGX device plugin init container #255

Closed vbedida79 closed 5 months ago

vbedida79 commented 5 months ago

Summary

From Intel device plugins operator version 0.29.0, SGX device plugin's init container is no longer used. This init container was previously used for creating sgx.intel.com/epc resource on SGX supported nodes.

Resolution

Node Feature Discovery operator's Node Feature Rule CR's extendedResource is the resolution for this. The extendedResources option has been supported from NFD operator's version 4.15.0-202405071815 on OCP 4.15.15. Refer to https://github.com/openshift/cluster-nfd-operator/issues/358 for more details