Werk #14571: KUBE: Allow invalid value for `names` field of Node
Component | Checks & agents |
Title | KUBE: Allow invalid value for `names` field of Node |
Date | Jan 9, 2023 |
Checkmk Editon | Checkmk Raw (CRE) |
Checkmk Version | 2.2.0i1 2.1.0p19 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Compatible - no manual interaction needed |
Previously, if the field .status.images of a Kubernetes Node contained any element with names set to null, the API response would be rejected by agent_kube with the error
[special_kube] Agent exited with code 1: Invalid value for `names`, must not be `None`
With this change, this error is fixed.