mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 18:28:13 +00:00 
			
		
		
		
	Update Node Monitor Grace Period default duration to 50s
Update description Improve flag comment Update Test case value to be 50s by default Update Description Run make update Minor description fix
This commit is contained in:
		| @@ -52,7 +52,7 @@ import ( | ||||
| ) | ||||
|  | ||||
| const ( | ||||
| 	testNodeMonitorGracePeriod = 40 * time.Second | ||||
| 	testNodeMonitorGracePeriod = 50 * time.Second | ||||
| 	testNodeStartupGracePeriod = 60 * time.Second | ||||
| 	testNodeMonitorPeriod      = 5 * time.Second | ||||
| 	testRateLimiterQPS         = float32(100000) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 devppratik
					devppratik