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.
2 parents 640482e + f572aed commit 227730eCopy full SHA for 227730e
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