intel-device-plugins-for-kubernetes
intel-device-plugins-for-kubernetes copied to clipboard
Collection of Intel device plugins for Kubernetes
In GPU plugin README install section: https://github.com/intel/intel-device-plugins-for-kubernetes/tree/main/cmd/gpu_plugin#deploy-with-pre-built-container-image Both links to releases give 404: * https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/gpu_plugin?ref=v.0.24.0 * https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/gpu_plugin/overlays/nfd_labeled_nodes?ref=v0.24.0 For some reason "kubectl apply -k" works e.g. for first link, but it's...
- [ ] Validate (e2e) Intel QAT Device Plugin in the simulation (Simics) environment
Currently, only crio is possible option for container runtime. After kcli tool is fixed, containerd should be tested.
Same as in #1055
I noticed some confusing inconsistencies when checking things under `deployments` folder and different installation methods... GPU plugin is installed on different nodes depending on used method: ``` $ git grep...
https://book.kubebuilder.io/migration/v2vsv3.html mentions kubebuilder v3 scaffolding gives Liveness and Readiness probes. Add them to device plugins operator too.
- [ ] Create `NodeFeatureRule` for `intel.feature.node.kubernetes.io/iaa`. - [ ] Update/add iaa/dsa rules for "Shared WQ" capable nodes
Currently Simics CI images are 20Gb in size. It takes around half an hour to scp it to computers connected by VPN, which is a recommended way to modify the...