contiv / netplugin

Container networking for various use cases
Apache License 2.0
513 stars 177 forks source link

Don't kill existing traffic on netplugin restart #1110

Closed nbartos closed 6 years ago

nbartos commented 6 years ago

Blindly deleting and recreating ports cause pod network outages until the pod is either recreated, or the node is rebooted (because that causes a CNI DEL & ADD).

There is still a problem with restarting OVS causing similar network outages, but this at least fixes half of the problem.