Skip to content

Commit b9e6849

Browse files
committed
qat: Add a note on plugin deployment with AppArmor
Signed-off-by: Oleg Zhurakivskyy <[email protected]>
1 parent 0ffe7d0 commit b9e6849

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cmd/qat_plugin/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ repository. Thus the easiest way to deploy the plugin in your cluster is to run
105105
$ kubectl apply -k 'https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/qat_plugin?ref=<RELEASE_VERSION>'
106106
```
107107

108+
NOTE: In case AppArmor kernel module is installed and enabled by default (Ubuntu, SUSE), use the customization overlay with AppArmor annnotations (otherwise plugin's daemonset will fail with bind/unbind errors):
109+
110+
```bash
111+
$ kubectl apply -k 'https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/qat_plugin/overlays/apparmor_unconfined?ref=<RELEASE_VERSION>'
112+
```
113+
108114
Where `<RELEASE_VERSION>` needs to be substituted with the desired [release tag](https://github.com/intel/intel-device-plugins-for-kubernetes/tags) or `main` to get `devel` images.
109115

110116
An alternative kustomization for deploying the plugin is with the debug mode switched on:

0 commit comments

Comments
 (0)