From eae12de67ccac8097c2955dc64cd0ac2e3db550e Mon Sep 17 00:00:00 2001 From: Harry Zhang Date: Fri, 27 Nov 2015 14:24:14 +0000 Subject: [PATCH] Use vxlan as default backend --- cluster/ubuntu/reconfDocker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/ubuntu/reconfDocker.sh b/cluster/ubuntu/reconfDocker.sh index 42bfb7d05d0..ebb9c659773 100755 --- a/cluster/ubuntu/reconfDocker.sh +++ b/cluster/ubuntu/reconfDocker.sh @@ -38,7 +38,7 @@ function config_etcd { exit 2 fi - /opt/bin/etcdctl mk /coreos.com/network/config "{\"Network\":\"${FLANNEL_NET}\"}" + /opt/bin/etcdctl mk /coreos.com/network/config "{\"Network\":\"${FLANNEL_NET}\", \"Backend\": {\"Type\": \"vxlan\"}}" attempt=$((attempt+1)) sleep 3 fi