Werk #14570: Kube: Fix crash upon specifying power-of-two unit with CPU resources
Component | Checks & agents | ||||
Title | Kube: Fix crash upon specifying power-of-two unit with CPU resources | ||||
Date | Jan 3, 2023 | ||||
Level | Trivial Change | ||||
Class | Bug Fix | ||||
Compatibility | Compatible - no manual interaction needed | ||||
Checkmk versions & editions |
|
Previously, specifying a unit such as
resources:
cpu: 200Mi
inside an API object would result in crash. With this change, the correct number of CPU cores are computed instead.