You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/dsa_plugin/README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ The DSA device plugin for Kubernetes supports acceleration using the Intel Data
21
21
22
22
The DSA plugin discovers DSA work queues and presents them as a node resources.
23
23
24
+
The DSA plugin and operator optionally support provisioning of DSA devices and workqueues with the help of [accel-config](https://github.com/intel/idxd-config) utility through initcontainer.
25
+
24
26
## Installation
25
27
26
28
The following sections detail how to obtain, build, deploy and test the DSA device plugin.
@@ -46,6 +48,16 @@ Where `<REF>` needs to be substituted with the desired git ref, e.g. `main`.
46
48
47
49
Nothing else is needed. But if you want to deploy a customized version of the plugin read further.
48
50
51
+
### Deploy with initcontainer
52
+
53
+
There's a sample [DSA initcontainer](https://github.com/intel/intel-device-plugins-for-kubernetes/blob/master/build/docker/intel-dsa-initcontainer.Dockerfile) included that provisions DSA devices and workqueues (1 engine / 1 group / 1 wq (user/dedicated)), to deploy:
The provisioning [script](https://github.com/intel/intel-device-plugins-for-kubernetes/blob/master/demo/dsa-init.sh) and [template](https://github.com/intel/intel-device-plugins-for-kubernetes/blob/master/demo/dsa.conf) are available for customization.
0 commit comments