Added generic CNI network plugin (#4322)

* Added generic CNI network plugin

* Added CNI network plugin documentation

* added necessary fix
This commit is contained in:
Neven Miculinic
2019-04-10 13:16:15 +02:00
committed by Kubernetes Prow Robot
parent 586ad89d50
commit a30ad1e5a5
7 changed files with 44 additions and 3 deletions

View File

@@ -25,6 +25,11 @@ dependencies:
tags:
- contiv
- role: kubernetes-apps/network_plugin/cni
when: kube_network_plugin == 'cni'
tags:
- cni
- role: kubernetes-apps/network_plugin/weave
when: kube_network_plugin == 'weave'
tags: