Skip to content

Commit

Permalink
Merge pull request kubernetes#17877 from ZJU-SEL/vxlan
Browse files Browse the repository at this point in the history
Auto commit by PR queue bot
  • Loading branch information
k8s-merge-robot committed Dec 10, 2015
2 parents 2ef2544 + eae12de commit 8847c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/ubuntu/reconfDocker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8847c6d

Please sign in to comment.