Enable weave upgrade from previous versions

Raise readiness probe initial time to 60 (was 30)
This commit is contained in:
Matthew Mosesohn
2017-02-09 14:33:40 +03:00
parent 0a7c6eb9dc
commit 29fd957352
4 changed files with 44 additions and 3 deletions

View File

@@ -30,8 +30,8 @@
return_content: yes
run_once: true
register: weave_status
retries: 10
delay: "{{ retry_stagger | random + 3 }}"
retries: 12
delay: 10
until: "{{ weave_status.status == 200 and
'Status: ready' in weave_status.content }}"
delegate_to: "{{groups['kube-master'][0]}}"