Merge pull request #31683 from gmarek/kubemark-5
Automatic merge from submit-queue Tune kubemark-5 resource constraints Ref. #31105
This commit is contained in:
		@@ -73,7 +73,7 @@ func density30AddonResourceVerifier(numNodes int) map[string]framework.ResourceC
 | 
			
		||||
	framework.Logf("Setting resource constraings for provider: %s", framework.TestContext.Provider)
 | 
			
		||||
	if framework.ProviderIs("kubemark") {
 | 
			
		||||
		if numNodes <= 5 {
 | 
			
		||||
			apiserverCPU = 0.15
 | 
			
		||||
			apiserverCPU = 0.25
 | 
			
		||||
			apiserverMem = 150 * (1024 * 1024)
 | 
			
		||||
			controllerCPU = 0.1
 | 
			
		||||
			controllerMem = 100 * (1024 * 1024)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user