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

Introducing the third CPU pool type called "default" #8

Closed Levovar closed 5 years ago

Levovar commented 5 years ago

The idea behind the default pool is that CPUs belonging to this pool need not be advertised as devices. Workloads not explicitly asking for neither exclusive, nor shared pool resources will be automatically restricted to the "default" pool's CPUset. For the sake of uniform handling every misconfigured pool (neither exclusive, nor shared) is considered "default" type from now on, and not advertised to Device Manager.

Levovar commented 5 years ago

I will add doc update in the next commit, together with static code check corrections