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: Update NFD CR's to support SGX EPC #252

Closed vbedida79 closed 5 months ago

vbedida79 commented 5 months ago

Fixes https://github.com/intel/intel-technology-enabling-for-openshift/issues/255 Removed SGX extraLabelNs and resourceLabels from NodeFeatureDiscovery CR. Added SGX EPC as

extendedResources:
        sgx.intel.com/epc: "@cpu.security.sgx.epc" 

in the NodeFeatureRule CR. With these changes, initContainer in SGXDevicePlugin CR wont be used (in Intel device plugins 0.29.0) Signed-off-by: vbedida79 veenadhari.bedida@intel.com

vbedida79 commented 5 months ago

It is a good job. Could you add more technical detail about this PR in the commit log? It is great if we have a github issue in the commit log for detail about this fixing. Thanks!

Created https://github.com/intel/intel-technology-enabling-for-openshift/issues/255, added in commit log