generic-device-plugin
generic-device-plugin copied to clipboard
Announcement: New Architecture for 0.1.0!
Hi everyone! I want to announce that the project is nearing 0.1.0 and that in preparation for that release, the device plugin will be r-earchitected into an operator.
As mentioned in https://github.com/squat/generic-device-plugin/pull/21#issuecomment-1513917345, the device plugin will soon have a new Device CRD with which cluster administrators can define device that should be discovered at run time. This will allow for faster and easier configuration of device discovery, without requiring the re-deployment of the DaemonSet across the cluster. For the initial 0.1.0, the spec for the Device CRD will remain virtually identical to the schema for defining devices via the CLI.
Stay tuned!