Skip to content
Snippets Groups Projects
Unverified Commit 8a654b69 authored by ERIK's avatar ERIK Committed by GitHub
Browse files

Add cni bin when installing calico (#9367)


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

Signed-off-by: default avatarbo.jiang <bo.jiang@daocloud.io>
parent 5a8cf824
No related branches found
No related tags found
No related merge requests found
---
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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment