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
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.2.0b1 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)
2.1.0p19 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk MSP (CME)

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.

To the list of all Werks