Is your feature request related to a problem? Please describe.
I have a desktop with Iris Xe and ARC 770. clinfo reports:
  Device Name                                     Intel(R) Arc(TM) A770M Graphics
  Device Name                                     Intel(R) Iris(R) Xe Graphics
The device plugin discovers both cards and reports them in k8s as gpu.intel.com/i915
When running a AI training on k8s, I need to run it on an accelerator, in my case an ARC card. With the current solution, my pod gets the Iris Xe device and fails.
Describe the solution you'd like
A way to specify in the device plugin deamon set yaml a list of devices not to be discovered and reported in k8s.