mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00

- added labelling rules for all supported devices - updated operator installation instructions Fixes: #768 Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
11 lines
244 B
YAML
11 lines
244 B
YAML
apiVersion: deviceplugin.intel.com/v1
|
|
kind: DsaDevicePlugin
|
|
metadata:
|
|
name: dsadeviceplugin-sample
|
|
spec:
|
|
image: intel/intel-dsa-plugin:0.23.0
|
|
sharedDevNum: 10
|
|
logLevel: 4
|
|
nodeSelector:
|
|
intel.feature.node.kubernetes.io/dsa: 'true'
|