We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640482e commit f572aedCopy full SHA for f572aed
pkg/driver/reaper.go
@@ -85,7 +85,7 @@ func (r *reaper) stop() {
85
}
86
87
func waitIfZombieStunnel(p ps.Process) bool {
88
- if !strings.Contains(p.Executable(), "stunnel") {
+ if !strings.Contains(p.Executable(), "stunnel") && !strings.Contains(p.Executable(), "efs-proxy") {
89
return false
90
91
data, err := ioutil.ReadFile(fmt.Sprintf("/proc/%v/status", p.Pid()))
0 commit comments