Merge pull request #37334 from hongchaodeng/km2

Automatic merge from submit-queue

kubemark: fix start-kubemark.sh
This commit is contained in:
Kubernetes Submit Queue 2016-11-23 10:58:39 -08:00 committed by GitHub
commit 8c3dbc6df0

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