Werk #14571: KUBE: Allow invalid value for `names` field of Node
Komponente | Checks & agents |
Titel | KUBE: Allow invalid value for `names` field of Node |
Datum | 09.01.2023 |
Checkmk-Editon | Checkmk Raw (CRE) |
Checkmk-Version | 2.2.0i1 2.1.0p19 |
Level | Kleine Änderung |
Klasse | Bugfix |
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen |
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.