squat / generic-device-plugin

A Kubernetes device plugin to schedule generic Linux devices
Apache License 2.0
198 stars 22 forks source link

Announcement: New Architecture for 0.1.0! #53

Open squat opened 11 months ago

squat commented 11 months ago

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!