-
Notifications
You must be signed in to change notification settings - Fork 210
Closed
Labels
docsDocumentation related issueDocumentation related issueqatQAT device plugin related issueQAT device plugin related issue
Description
Since #381, we've known that adding
annotations:
container.apparmor.security.beta.kubernetes.io/intel-qat-plugin: unconfined
for the QAT plugin daemonSet can be used to mitigate an issue where the plugin fails to initialize on an Apparmor enabled OS.
Triggered by #1571, I'm noticing the annotation setup is poorly documented so users are expected to run into the same problem
We have several ways to improve the case:
- Add the annotation by default (it would be ignored on systems that don't have Apparmor but then we'd loose configurability)
- Move
dpdkDrv
setup to initcontainer OR document how vfio-pci can be automatically made to probe QAT VFs (viaids
module param) - Make the issue more visible in the docs.
- ...
Metadata
Metadata
Assignees
Labels
docsDocumentation related issueDocumentation related issueqatQAT device plugin related issueQAT device plugin related issue