Merge pull request #17877 from ZJU-SEL/vxlan

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2015-12-10 07:24:41 -08:00
commit 8847c6dba8

View File

@ -37,7 +37,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