1Panel-dev / webkubectl

Run kubectl command in Web Browser.
Apache License 2.0
854 stars 117 forks source link

fix(gotty/main.go): add child process reaper #13

Closed ruster-cn closed 4 years ago

ruster-cn commented 4 years ago

After the launch of the shell child process, gotty did not clean up the child process, resulting in a large number of zombie processes in the container.