Zombie processes in the exec-healthz command
saqib-ahmed opened this issue · 0 comments
saqib-ahmed commented
I'm using exec-healthz container to poll google.com using timeout -t1 wget -O/dev/null google.com
command. Everything works perfectly except the exit of the timeout leaves behind a zombie process. For details, you can watch this screencast:
https://asciinema.org/a/234430
Can anyone explain what's happening here?