redspread / localkube

DEPRECRATED - See https://github.com/kubernetes/minikube
Apache License 2.0
184 stars 11 forks source link

Stop weave on shutdown #52

Open ethernetdan opened 8 years ago

ethernetdan commented 8 years ago

Currently the weave containers (which provide the network overlay required for 1 Pod<->1 IP) are not being stopped when localkube is shutdown.

We should handle the SIGINT signal sent at shutdown to stop these containers.