KEP-5055 (kubernetes/enhancements#5055) adds support for tainting devices to prevent using them for new pods and/or cause pods using them to stop. Users can decide to tolerate taints. This was Alpha in 1.33 and reached Beta in 1.36.
The example driver should demonstrate how a driver can set taints on devices (e.g. to mark a device as unhealthy or reserved) and how users can specify tolerations in their ResourceClaims.
KEP-5055 (kubernetes/enhancements#5055) adds support for tainting devices to prevent using them for new pods and/or cause pods using them to stop. Users can decide to tolerate taints. This was Alpha in 1.33 and reached Beta in 1.36.
The example driver should demonstrate how a driver can set taints on devices (e.g. to mark a device as unhealthy or reserved) and how users can specify tolerations in their ResourceClaims.