Skip to content
  1. Jun 08, 2017
  2. May 31, 2017
  3. May 27, 2017
  4. May 25, 2017
  5. May 23, 2017
  6. May 19, 2017
  7. May 17, 2017
    • Josh Lothian's avatar
      Leave 'live-restore' false · 6f67367b
      Josh Lothian authored
      Leave live-restore false to updates always pick
      up new network configuration
      6f67367b
    • Josh Lothian's avatar
      Update handler names and explanation · 9ee0600a
      Josh Lothian authored
      9ee0600a
    • Josh Lothian's avatar
      Reconfigure docker restart behavior on atomic · 30cc7c84
      Josh Lothian authored
      Before restarting docker, instruct it to kill running
      containers when it restarts.
      
      Needs a second docker restart after we restore the original
      behavior, otherwise the next time docker is restarted by
      an operator, it will unexpectedly bring down all running
      containers.
      30cc7c84
    • Josh Lothian's avatar
      Fix docker restart in atomic · a5bb24b8
      Josh Lothian authored
      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.
      a5bb24b8
  8. May 16, 2017
  9. May 13, 2017
  10. May 12, 2017
  11. May 08, 2017
  12. May 01, 2017
  13. Apr 29, 2017
  14. Apr 28, 2017
  15. Apr 27, 2017
  16. Apr 26, 2017
  17. Apr 24, 2017
  18. Apr 21, 2017
  19. Apr 20, 2017
  20. Apr 19, 2017
  21. Apr 17, 2017
Loading