c12s-kubespray/roles/network_plugin/flannel
Josh Lothian a5bb24b886 Fix docker restart in atomic
In atomic, containers are left running when docker is restarted.
When docker is restarted after the flannel config is put in place,
the docker0 interface isn't re-IPed because docker sees the running
containers and won't update the previous config.

This patch kills all the running containers after docker is stopped.
We can't simply `docker stop` the running containers, as they respawn
before we've got a chance to stop the docker daemon, so we need to
use runc to do this after dockerd is stopped.
2017-05-17 14:31:49 -05:00
..
defaults Lower default memory requests 2017-02-27 10:53:43 -06:00
handlers Fix docker restart in atomic 2017-05-17 14:31:49 -05:00
meta Add tags 2016-12-09 12:14:28 +01:00
tasks Fix fact tags 2017-02-17 12:32:33 +01:00
templates Better fix for different CoreOS os family facts 2017-01-05 16:32:08 +01:00