Use role to copy CNI bin (#5953)

This commit is contained in:
Maxime Guyot
2020-04-16 19:06:45 +02:00
committed by GitHub
parent 065292f8a4
commit 0924c2510c
17 changed files with 22 additions and 136 deletions

View File

@@ -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: