Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

CMK Release v1.2.1

Compare
Choose a tag to compare
@squall0gd squall0gd released this 20 Oct 10:45
· 70 commits to master since this release

Source build

$ tar -xvzf CPU-Manager-for-Kubernetes-1.2.1.tar.gz
$ cd CPU-Manager-for-Kubernetes-1.2.1
$ make

Release notes

  • Improve REST API exceptions handling
  • Handling race condition with creating nodereport\reconcilereport endpoints(TPR\CRD) and exposing corresponding reports.
  • Add Kubernetes 1.8.1+ support
    • Fix init container in cluster-init
    • Use Extended Resources instead of Opaque Integer Resources in Kubernetes 1.8.1+
  • Add support for CPU ranges in isolcpus
  • Minor bugfixes