Skip to content
Snippets Groups Projects
Commit 939c1def authored by Matthew Mosesohn's avatar Matthew Mosesohn Committed by GitHub
Browse files

Merge pull request #1152 from mattymo/redhat_weave

Fix weave on RHEL deployment
parents b7ab80e8 e1faeb0f
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
return_content: yes
register: weave_status
retries: 180
delay: 10
delay: 5
until: "{{ weave_status.status == 200 and
'Status: ready' in weave_status.content }}"
when: inventory_hostname == groups['kube-master'][0]
---
- include: pre-upgrade.yml
- name: Weave | enable br_netfilter module
modprobe:
name: br_netfilter
state: present
- 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment