Upgrading weave to weave-kube

This commit is contained in:
Brad Beam
2017-01-10 08:47:39 -06:00
parent a627299468
commit a11b9d28bd
13 changed files with 161 additions and 149 deletions

View File

@@ -3,3 +3,6 @@ dependencies:
- role: kubernetes-apps/network_plugin/canal
when: kube_network_plugin == 'canal'
tags: canal
- role: kubernetes-apps/network_plugin/weave
when: kube_network_plugin == 'weave'
tags: weave