Switch calicoctl from a container to a binary (#4524)

This commit is contained in:
Matthew Mosesohn
2019-04-15 14:24:04 +03:00
committed by Kubernetes Prow Robot
parent d5d3cfd3fa
commit c5fb734098
9 changed files with 67 additions and 66 deletions

View File

@@ -54,10 +54,10 @@
when:
- inventory_hostname in groups['kube-master']
- name: Canal | Install calicoctl container script
- name: Canal | Install calicoctl wrapper script
template:
src: calicoctl-container.j2
dest: "{{ bin_dir }}/calicoctl"
src: calicoctl.sh.j2
dest: "{{ bin_dir }}/calicoctl.sh"
mode: 0755
owner: root
group: root