use 'kube_pods_subnet' var for flannel conf

This commit is contained in:
Smaine Kahlouch
2016-01-27 22:00:12 +01:00
parent f15dda0248
commit a323335d36
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" } }