Adding calicoctl to canal deployment

This commit is contained in:
Brad Beam
2017-01-04 16:46:00 -06:00
parent 96372c15e2
commit 65c86377fc
3 changed files with 27 additions and 0 deletions

View File

@@ -59,3 +59,12 @@
delay: "{{ retry_stagger | random + 3 }}"
changed_when: false
tags: [hyperkube, upgrade]
- name: Canal | Install calicoctl container script
template:
src: calicoctl-container.j2
dest: "{{ bin_dir }}/calicoctl"
mode: 0755
owner: root
group: root
changed_when: false