intel-device-plugins-for-kubernetes
                                
                                 intel-device-plugins-for-kubernetes copied to clipboard
                                
                                    intel-device-plugins-for-kubernetes copied to clipboard
                            
                            
                            
                        Collection of Intel device plugins for Kubernetes
In #1377 it was identified that it would be required in some clusters to limit the Pod's i915 resource count to 1 (or some other value). The idea is to...
our daemonsets do not have `updateStrategy` defined/enabled. - [ ] enable default strategy - [ ] define user configurable bits and add to the operator?
Just rough ideas at the moment but we better look into improving logging a bit: - [ ] do we want to move to structured logging - [x] move to...
We are seeing a strange SELinux issue with GPU workload. The workload is CLinfo and its is running an non-root. When it is trying to access the GPU, the the...
Since the SGX device plugin (or SGX "support" for Kubernetes in general) was added, we've wanted to be able to enforce per-container `sgx.intel.com/epc: ` values as the hard limits for...
For customers that are still using an old PSW expecting /dev/sgx/enclave and /dev/sgx/provision to exist as well as the new /dev/sgx_enclave and /dev/sgx_provision, mount both versions.
**Environment:** - kubernetes 1.27.3 - docker v20.10.20 **Steps to reproduce:** - Setup Intel Device Plugins - Create any pod with gpu.intel.com/i915 resource allocated **Expected behaviour:** pod running **Actual behaviour:** pod...
In #1377 there has been confusion about what a i915 resource actually means in the Pod spec. Improve the documentation so that the definition of i915 resource is clear in...