Update all salt providers to force explicit namespace creation; update e2e

This commit is contained in:
derekwaynecarr
2015-05-22 16:46:52 -04:00
parent f015a21026
commit 3e8b1d5e01
10 changed files with 64 additions and 10 deletions

View File

@@ -72,7 +72,7 @@ DNS_DOMAIN="cluster.local"
DNS_REPLICAS=1
# Admission Controllers to invoke prior to persisting objects in cluster
ADMISSION_CONTROL=NamespaceLifecycle,NamespaceAutoProvision,LimitRanger,SecurityContextDeny,ServiceAccount,ResourceQuota
ADMISSION_CONTROL=NamespaceLifecycle,NamespaceExists,LimitRanger,SecurityContextDeny,ServiceAccount,ResourceQuota
# Optional: Enable/disable public IP assignment for minions.
# Important Note: disable only if you have setup a NAT instance for internet access and configured appropriate routes!