Scheduling algorithm provider flag in kube-up.sh

This commit is contained in:
Marcin Wielgus
2016-08-22 11:09:05 +02:00
parent a41e6e3817
commit 11fabd7176
8 changed files with 31 additions and 7 deletions

View File

@@ -759,6 +759,11 @@ EOF
if [ -n "${DNS_ZONE_NAME:-}" ]; then
cat >>$file <<EOF
DNS_ZONE_NAME: $(yaml-quote ${DNS_ZONE_NAME})
EOF
fi
if [ -n "${SCHEDULING_ALGORITHM_PROVIDER:-}" ]; then
cat >>$file <<EOF
SCHEDULING_ALGORITHM_PROVIDER: $(yaml-quote ${SCHEDULING_ALGORITHM_PROVIDER})
EOF
fi
}