nokia / CPU-Pooler

A Device Plugin for Kubernetes, which exposes the CPU cores as consumable Devices to the Kubernetes scheduler.
BSD 3-Clause "New" or "Revised" License
92 stars 22 forks source link

Fixing #65 - K8s 1.21 checkpoint file incompatibility issue #66

Closed Levovar closed 3 years ago

Levovar commented 3 years ago

As per title, fixes Issue #65

UTs are switched to use new format. Code is written in a backward compatible manner, should both work with pre- and post- K8s 1.21. Checkpoint file handling is separated into its own package, so it can be re-used in other projects too wink-wink