Add cni bin when installing calico (#9367)

Signed-off-by: bo.jiang <bo.jiang@daocloud.io>

Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
This commit is contained in:
ERIK 2022-11-09 09:46:13 +08:00 committed by GitHub
parent 5a8cf824f6
commit 8a654b6955
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
---
dependencies:
- role: network_plugin/cni
- role: network_plugin/cilium
when: kube_network_plugin == 'cilium' or cilium_deploy_additionally | default(false) | bool
tags:
@ -25,11 +27,6 @@ dependencies:
tags:
- canal
- role: network_plugin/cni
when: kube_network_plugin in ['cni', 'cloud']
tags:
- cni
- role: network_plugin/macvlan
when: kube_network_plugin == 'macvlan'
tags: