You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To solve this in Kubernetes, we'll need to manually change the entrypoint for the container build to use tini or something though. The existing PR does take care of the docker-compose case, but we could fix this for everyone in one change by fixing the image.
Hi,
I was experiencing significant amount of zombie processes. These were all
mtr
processes under telegraf.My proposal:
sotn3m@d292f77
This has solved problems in my environment.
I have read somewhere that using
init: true
is a good practice, so presumably this can be left as is even when telegraf/mtr start working correctly.The text was updated successfully, but these errors were encountered: