mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-25 23:16:05 -03:30
Use role to copy CNI bin (#5953)
This commit is contained in:
@@ -26,7 +26,7 @@ dependencies:
|
||||
- canal
|
||||
|
||||
- role: network_plugin/cni
|
||||
when: kube_network_plugin == 'cni'
|
||||
when: kube_network_plugin in ['cni', 'cloud']
|
||||
tags:
|
||||
- cni
|
||||
|
||||
@@ -50,9 +50,6 @@ dependencies:
|
||||
tags:
|
||||
- kube-router
|
||||
|
||||
- role: network_plugin/cloud
|
||||
when: kube_network_plugin == 'cloud'
|
||||
|
||||
- role: network_plugin/multus
|
||||
when: kube_network_plugin_multus
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user