This repository has been archived by the owner on Jan 18, 2023. It is now read-only.
CMK Release v1.3.0
Source build
$ tar -xvzf CPU-Manager-for-Kubernetes-1.3.0.tar.gz
$ cd CPU-Manager-for-Kubernetes-1.3.0
$ make
Release notes
- Added namespace support for cluster-init
- Added more unit tests
- Added infra cores as environment variable
- Changed pool names to Exclusive, Shared & Infra
- Added support for allocating multiple CPUs to the exclusive pool
- Added a mutating admission webhook to modify CMK isolate pod specifications
- Updated default pod specs to reflect latest changes
- Various bug fixes