Merge pull request #111 from Smana/flannel_pods_subnet

use 'kube_pods_subnet' var for flannel conf
This commit is contained in:
Smaine Kahlouch
2016-01-27 22:14:20 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
{ "Network": "{{ kube_service_addresses }}", "SubnetLen": {{ kube_network_node_prefix }}, "Backend": { "Type": "vxlan" } }
{ "Network": "{{ kube_pods_subnet }}", "SubnetLen": {{ kube_network_node_prefix }}, "Backend": { "Type": "vxlan" } }