mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	kubemark: minor fix start-kubemark.sh
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user