Fixed missing meta for generic CNI network plugin (#4845)
This commit is contained in:
parent
a8dfcbbfc7
commit
d62684b617
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@ dependencies:
|
||||||
tags:
|
tags:
|
||||||
- canal
|
- canal
|
||||||
|
|
||||||
|
- role: network_plugin/cni
|
||||||
|
when: kube_network_plugin == 'cni'
|
||||||
|
tags:
|
||||||
|
- cni
|
||||||
|
|
||||||
- role: network_plugin/contiv
|
- role: network_plugin/contiv
|
||||||
when: kube_network_plugin == 'contiv'
|
when: kube_network_plugin == 'contiv'
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in a new issue