mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
![]() "unconfined" annotation was needed to get writes to new_id / bind to succeed on AppArmor enabled OSes. However, many things have changed: * new_id should not be used anymore and it was dropped in the plugin. * QAT initcontainer has assumed the role of HW initialization. * vfio-pci is the preferred "dpdkDriver" and starting with QAT Gen4, it is the only available VF driver so unbind isn't necessary. * k8s AppArmor is "GA" since 1.30 and the annotation is deprecated. As of now, the initcontainer will take care of binding QAT VFs to vfio-pci so the plugin does not neeed to set AppArmor at all. Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com> |
||
---|---|---|
.. | ||
dlbdeviceplugin_controller_test.go | ||
dsadeviceplugin_controller_test.go | ||
fpgadeviceplugin_controller_test.go | ||
gpudeviceplugin_controller_test.go | ||
iaadeviceplugin_controller_test.go | ||
qatdeviceplugin_controller_test.go | ||
sgxdeviceplugin_controller_test.go | ||
suite_test.go |