AWS: Change config-test defaults to match GCE
KUBE_ENABLE_DAEMONSETS & KUBE_ENABLE_DEPLOYMENTS default to true in config-test in GCE, so we should do the same in AWS for e2e sanity.
This commit is contained in:
		@@ -82,8 +82,8 @@ MASTER_RESERVED_IP="${MASTER_RESERVED_IP:-}"
 | 
				
			|||||||
RUNTIME_CONFIG="${KUBE_RUNTIME_CONFIG:-}"
 | 
					RUNTIME_CONFIG="${KUBE_RUNTIME_CONFIG:-}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Enable various v1beta1 features
 | 
					# Enable various v1beta1 features
 | 
				
			||||||
ENABLE_DEPLOYMENTS="${KUBE_ENABLE_DEPLOYMENTS:-}"
 | 
					ENABLE_DEPLOYMENTS="${KUBE_ENABLE_DEPLOYMENTS:-true}"
 | 
				
			||||||
ENABLE_DAEMONSETS="${KUBE_ENABLE_DAEMONSETS:-}"
 | 
					ENABLE_DAEMONSETS="${KUBE_ENABLE_DAEMONSETS:-true}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Optional: Cluster monitoring to setup as part of the cluster bring up:
 | 
					# Optional: Cluster monitoring to setup as part of the cluster bring up:
 | 
				
			||||||
#   none     - No cluster monitoring setup
 | 
					#   none     - No cluster monitoring setup
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user