cybozu-go / coil

CNI plugin for Kubernetes designed for scalability and extensibility
Apache License 2.0
164 stars 20 forks source link

Wait before destroying pod network for graceful terminatoin #164

Closed ymmt2005 closed 3 years ago

ymmt2005 commented 3 years ago

kubelet calls Del as soon as it sends SIGTERM to containers. Coil shold wait sometime before destroying the pod network for graceful termination.