kubemark: minor fix start-kubemark.sh

This commit is contained in:
Hongchao Deng 2016-11-22 18:00:13 -08:00
parent 62cb56c796
commit f9bc3ac419

View File

@ -28,7 +28,7 @@ ${APISERVER_TEST_ARGS}
--storage-backend=${STORAGE_BACKEND}
--service-cluster-ip-range="${SERVICE_CLUSTER_IP_RANGE}"
EOF
if [ -z "${CUSTOM_ADMISSION_PLUGINS:-}"]; then
if [ -z "${CUSTOM_ADMISSION_PLUGINS:-}" ]; then
cat >> "${RESOURCE_DIRECTORY}/apiserver_flags" <<EOF
--admission-control=NamespaceLifecycle,LimitRanger,ServiceAccount,ResourceQuota
EOF