Leave 'live-restore' false
Leave live-restore false to updates always pick up new network configuration
This commit is contained in:
parent
5e9f27f95b
commit
7ae917edd9
1 changed files with 0 additions and 13 deletions
|
@ -41,19 +41,6 @@
|
|||
name: docker
|
||||
state: restarted
|
||||
|
||||
- name: Flannel | configure docker live-restore false (atomic)
|
||||
replace:
|
||||
name: /etc/docker/daemon.json
|
||||
regexp: '"live-restore": false'
|
||||
replace: '"live-restore": true'
|
||||
when: is_atomic
|
||||
|
||||
- name: Flannel | reload docker (atomic)
|
||||
service:
|
||||
name: docker
|
||||
state: restarted
|
||||
when: is_atomic
|
||||
|
||||
- name: Flannel | pause while Docker restarts
|
||||
pause:
|
||||
seconds: 10
|
||||
|
|
Loading…
Reference in a new issue