kubernetes-retired / contrib

[EOL] This is a place for various components in the Kubernetes ecosystem that aren't part of the Kubernetes core.
Apache License 2.0
2.46k stars 1.68k forks source link

Zombie processes in the exec-healthz command #3003

Closed saqib-ahmed closed 5 years ago

saqib-ahmed commented 5 years ago

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?