mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-06 18:17:47 +03:00
Switch calicoctl from a container to a binary (#4524)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
d5d3cfd3fa
commit
c5fb734098
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user