Fix a couple flannel invocations I missed

This commit is contained in:
Tim Hockin
2015-12-09 11:35:38 -08:00
parent b266aa1577
commit 6b830cf229
7 changed files with 8 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ function provision-network-node {
cat <<EOF >/etc/sysconfig/flanneld
FLANNEL_ETCD="${FLANNEL_ETCD_URL}"
FLANNEL_ETCD_KEY="/coreos.com/network"
FLANNEL_OPTIONS="-iface=${NETWORK_IF_NAME}"
FLANNEL_OPTIONS="-iface=${NETWORK_IF_NAME} --ip-masq"
EOF
# Start flannel