Werk #13790: KUBE: Remove Container Labels
Component | Checks & agents |
Title | KUBE: Remove Container Labels |
Date | Mar 21, 2022 |
Checkmk Edition | Checkmk Raw (CRE) |
Checkmk Version | 2.2.0b1 2.1.0b3 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Incompatible - Manual interaction might be required |
Previously, on a Kubernetes host Checkmk would create a single label of each
- cmk/container_image and
- cmk/container_name.
The label value was set to the name, respectively image, of one container. Since label keys have to be unique, this would cause most containers to be left out, if there were multiple containers. This werk introduces removes the faulty labels.