Turn on namespace lifecycle plug-in

This commit is contained in:
derekwaynecarr
2015-03-20 13:43:00 -04:00
parent 2ac63ebbe6
commit ee53dfc741
5 changed files with 7 additions and 6 deletions

View File

@@ -49,7 +49,7 @@ MASTER_USER=vagrant
MASTER_PASSWD=vagrant
# Admission Controllers to invoke prior to persisting objects in cluster
ADMISSION_CONTROL=NamespaceAutoProvision,LimitRanger,ResourceQuota
ADMISSION_CONTROL=NamespaceLifecycle,NamespaceAutoProvision,LimitRanger,ResourceQuota
# Optional: Install node monitoring.
ENABLE_NODE_MONITORING=true