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

@@ -1,4 +1,6 @@
---
- include: pre-upgrade.yml
- name: Weave | Copy cni plugins from hyperkube
command: "{{ docker_bin_dir }}/docker run --rm -v /opt/cni/bin:/cnibindir {{ hyperkube_image_repo }}:{{ hyperkube_image_tag }} /bin/cp -r /opt/cni/bin/. /cnibindir/"
register: cni_task_result