"rdmaHcaMax": 1000, "selectors": { "vendors": ["15b3"], "deviceIDs": ["1017"] } }, { "resourceName": "cx6dx_shared_devices_b", "rdmaHcaMax": 500, "selectors": { "vendors": ["15b3"], "deviceIDs": ["101d"] } } ] } # kubectl create -f k8s-rdma-shared-dev-plugin-...
The device plugin filters the host devices based on the provided selectors, if there are any missing selectors, the device plugin ignores them. Device plugin performs logical OR between elements of a specific selector and logical AND is performed between selectors. ...