intel-device-plugins-for-kubernetes icon indicating copy to clipboard operation
intel-device-plugins-for-kubernetes copied to clipboard

Collection of Intel device plugins for Kubernetes

Results 146 intel-device-plugins-for-kubernetes issues
Sort by recently updated
recently updated
newest added

For FPGA and maybe GPU demos we can use something from https://software.intel.com/en-us/openvino-toolkit/choose-download to create more spectacular demos

With the latest version of controller-tools, we get to set reinvocationPolicy tag so that we no longer have to add that field manually in our Admission Webhook manifests. Signed-off-by: Mikko...

Checklist: - [ ] run validation on main - [ ] SGX - [ ] QAT - [ ] DSA - [ ] IAA - [ ] DLB - [...

This was inspired by ticket https://github.com/intel/intel-device-plugins-for-kubernetes/issues/1109, and fills one of the items listed in ticket https://github.com/intel/intel-device-plugins-for-kubernetes/issues/1060, by documenting how to get suitable kernel and user-space drivers. It also slightly updates...

Currently we use 35 out of 95 (see below) available linters in our CI lint check. We either need to regularly revisit that list and update linters or enable all...

Add QAT support to GNR BMaaS Simics validation.

qat
tests
github_actions

Currently all 8 e2e jobs descriptions have more than 90% of duplications. Only IMAGES variable and job name are different. We can get rid of those duplications by creating **one**...

Similar to how we setup `provisioningConfig` for DSA/IAA, let's add the capability for QAT to configure `cfg_services`: https://github.com/torvalds/linux/blob/42e66b1cc3a070671001f8a1e933a80818a192bf/Documentation/ABI/testing/sysfs-driver-qat

qat

Added operator installation steps for RedHat OpenShift Container Platform Signed-off-by: chaitanya1731