When using cilium CNI, install Cilium CLI (#9436)

Signed-off-by: dcwbq <biqiang.wu@daocloud.io>

Signed-off-by: dcwbq <biqiang.wu@daocloud.io>
This commit is contained in:
biqiang Wu
2022-10-31 08:02:45 +08:00
committed by GitHub
parent c681435432
commit 78624c5bcb
2 changed files with 37 additions and 0 deletions

View File

@@ -88,3 +88,10 @@
dest: /etc/cni/net.d/000-cilium-portmap.conflist
mode: 0644
when: cilium_enable_portmap
- name: Cilium | Copy Ciliumcli binary from download dir
copy:
src: "{{ local_release_dir }}/cilium"
dest: "{{ bin_dir }}/cilium"
mode: 0755
remote_src: yes