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

@@ -257,6 +257,7 @@ EOF
function create-flanneld-opts() {
cat <<EOF > ~/kube/default/flanneld
FLANNEL_OPTS="--etcd-endpoints=http://${1}:4001 \
--ip-masq \
--iface=${2}"
EOF
}