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 155 intel-device-plugins-for-kubernetes issues
Sort by recently updated
recently updated
newest added

#1153 added a support to specify `BUILDER=podman` but it's not regularly tested due to increased CI throughput time. Let's enable it once the CI flow is more optimized so that...

For `QAT Gen4` tests, we want to check `qat.intel.com/dc` resources are registered. For this task, there's no need to run any compress workload requesting that resource, though.

qat

our e2e tests have evolved a lot since they were originally created and we currently miss consistent structure how the tests are run with user defined "focus" (as in `-ginkgo.focus")....

#1053 adds the initcontainer but with a static configuration. this task is to add `provisioningConfig` like capability to add "user provided" parameters that the initcontainer needs to take into account.

dlb

https://github.com/intel/intel-device-plugins-for-kubernetes/blob/main/cmd/operator/ * Installation section is very long, it could be split to prep & actual operator installation * Prep section coud first list components that operator needs, and then have...

docs

This PR depends on https://github.com/intel/intel-device-plugins-for-kubernetes/pull/1114 + https://github.com/intel/intel-device-plugins-for-kubernetes/pull/1116 PRs being merged first. It offers **two** alternatives for integrating support for installing GPU device plugin to a cluster with fake device support....

The whole picture and earlier review comments are in the RFC PR https://github.com/intel/intel-device-plugins-for-kubernetes/pull/1104, from which this is split off. Compared to RFC PR, I've moved / renamed generator code to...

**Describe the bug** `gpu.intel.com/product` only supports one type, such as 'Flex_140' or 'Flex_170'; in the case when both types of cards are installed only 'Flex_140' will be written as the...

Hi, I'd like to deploy the gpu plugin with custom tolerations, i.e. ```yml tolerations: - operator: "Exists" key: node-role.kubernetes.io/control-plane effect: NoSchedule ``` but this doesn't appear to be possible. The...

enhancement
operator

Kubernetes `KEP4009: Add CDI Devices to device plugin API` got approved. It will be added as an alpha feature but we could look into adding the support to our framework...