Remove SecurityContextDeny from vagrant setup

This commit is contained in:
derekwaynecarr
2016-04-04 14:43:21 -04:00
parent 5470488aa5
commit 9e0ebc2773

View File

@@ -55,7 +55,7 @@ MASTER_USER=vagrant
MASTER_PASSWD=vagrant
# Admission Controllers to invoke prior to persisting objects in cluster
ADMISSION_CONTROL=NamespaceLifecycle,LimitRanger,SecurityContextDeny,ServiceAccount,ResourceQuota
ADMISSION_CONTROL=NamespaceLifecycle,LimitRanger,ServiceAccount,ResourceQuota
# Optional: Enable node logging.
ENABLE_NODE_LOGGING=false