Description of problem:
https://github.com/kubernetes/kubernetes/issues/100241
Kubelet had a memory leak where it could retain gigabytes of RAM in shared memory (via mmap and open file descriptors).
Patch: https://github.com/kubernetes/utils/pull/228
The patch checks the return code of the inotify and allows the map deletes to happen. The kubelet would skip over the map removals prior to this patch.
Version-Release number of selected component (if applicable):
4.6, 4.7, 4.8, 4.9, 4.10
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (Moderate: OpenShift Container Platform 4.10.3 security update), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHSA-2022:0056