openshift/cluster-nfd-operator

how enable NFD extended resources

Closed this issue · 1 comments

Hi,
Not sure it is the right place to ask this question.
We are working on enabling Intel SGX feature on Openshift.
Intel SGX device plugin uses NFD extended resources to report the EPC size. To achieve it we need to set below parameters
--resource-labels=sgx.intel.com/epc
--extra-label-ns=sgx.intel.com
to start up nfd-master

see
https://github.com/intel/intel-device-plugins-for-kubernetes/blob/main/deployments/sgx_nfd/nfd-master.yaml

But I can’t find any clue how to enable the NFD extended resources features through Openshift NFD operator.
As I understand on Openshift the NFD should be managed and configured by the NFD Operator. Right?

Thanks in advance!

This feature has been supported so close the issue.