containers / virtcontainers

A Go package for building hardware virtualized container runtimes
Apache License 2.0
139 stars 43 forks source link

kata_proxy: Kill the proxy when the pod is deleted #564

Closed sboeuf closed 6 years ago

sboeuf commented 6 years ago

The call to unregister() is used from pod.go when we expect the the proxy to exit. That's why we should implement unregister() in kata_proxy.go so that it kills the proxy process.

sameo commented 6 years ago

Fixed with PR #549