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
Currently, FPGA bitstreams must be stored locally: https://github.com/intel/intel-device-plugins-for-kubernetes/blob/81a2803eaa636f46b6e0428908fd58e9e629ff7c/pkg/fpga/bitstream/bitstream.go#L24-L25 This issue is a placeholder to brainstorm how we could support "online" storage.
The demo [readme.md](https://github.com/intel/intel-device-plugins-for-kubernetes/blob/main/demo/readme.md) mentioned 3 demos for the FPGA plugin, but there is no screencast file nor the associated resource files in the repo for replicating the Demo3 (OpenCL).
1. The "[demos](https://github.com/intel/intel-device-plugins-for-kubernetes/blob/v0.23.0/Makefile#L158-L161)" make target in the Makefile implies the docker build materials of demo images must be in the level-1 subdirectories under the `demo` folder, which prevents us to...
This commit is part of a series changes to categorize demo files by the plugin types. Specifically, this commit moves the files used by the GPU plugin demo to a...
Though I don't have the hardware platform to try out, though this screencast file `screencast-dsa-accel-config.sh` seems to work, but it downloads a Dockerfile but not uses it, which looks a...
Though I don't have the hardware platform to try out, but it looks like some files are missing which prevents `screencast-qat-dpdk.sh` from running successfully. Specifically: * In screen3, files `qat_plugin_default_configmap.yaml`...
Though I don't have the hardware platform to try out, but it looks like some files are missing which prevent `screencast-qat.sh` from running successfully. Specifically: * In screen2, the `load-modules.sh`...
We've added #898 and #884 but there are problems with the user experience when combining them. We need better documentation to explain the shortcomings. The biggest problem is: If the...
Unlike each plugin implementation has dedicated folders under the `cmd/` directory to host the documents of each device plugin, all the testing containers, demo scripts, configurations, and yaml files are...
In the current `Makefile`, names of level-1 subdirectories under the `demo` folder are collected and set as make targets for building the test images, regardless whether the subdirectories contain docker...