Skip to content

Commit

Permalink
14311 FIX high number of zombie processes on worker nodes
Browse files Browse the repository at this point in the history
Change-Id: I89ab71e9e2176d758bbd3e6b34a75e88d756d00e
  • Loading branch information
lisa-pi committed May 27, 2022
1 parent 69f0403 commit 4e7be6c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .werks/14311
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Title: high number of zombie processes on worker nodes
Class: fix
Compatible: compat
Component: node-collector
Date: 1653487942
Edition: cre
Knowledge: doc
Level: 1
State: unknown
Version: 1.0.1

The Checkmk agent running in the machine sections node collector container
caused a high number of zombie processes on the worker nodes. This has been
fixed.
4 changes: 3 additions & 1 deletion docker/kubernetes-collector/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ ARG CHECKMK_AGENT_VERSION
FROM checkmk/check-mk-raw:"$CHECKMK_AGENT_VERSION" as checkmk

FROM python:3.10-alpine3.15 as base
RUN apk update
# coreutils is needed for the Checkmk agent to run properly
# hadolint ignore=DL3018
RUN apk update && apk add --no-cache coreutils

FROM base as builder
ARG CHECKMK_AGENT_VERSION
Expand Down

0 comments on commit 4e7be6c

Please sign in to comment.