mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 05:40:42 +00:00 
			
		
		
		
	Add eviction-pressure-transition-period flag to kubelet
This commit is contained in:
		| @@ -237,6 +237,7 @@ func startComponents(firstManifestURL, secondManifestURL string) (string, string | ||||
| 		3*time.Second,  /* NodeStatusUpdateFrequency */ | ||||
| 		10*time.Second, /* SyncFrequency */ | ||||
| 		10*time.Second, /* OutOfDiskTransitionFrequency */ | ||||
| 		10*time.Second, /* EvictionPressureTransitionPeriod */ | ||||
| 		40,             /* MaxPods */ | ||||
| 		cm, net.ParseIP("127.0.0.1")) | ||||
|  | ||||
| @@ -269,8 +270,8 @@ func startComponents(firstManifestURL, secondManifestURL string) (string, string | ||||
| 		3*time.Second,  /* NodeStatusUpdateFrequency */ | ||||
| 		10*time.Second, /* SyncFrequency */ | ||||
| 		10*time.Second, /* OutOfDiskTransitionFrequency */ | ||||
|  | ||||
| 		40, /* MaxPods */ | ||||
| 		10*time.Second, /* EvictionPressureTransitionPeriod */ | ||||
| 		40,             /* MaxPods */ | ||||
| 		cm, | ||||
| 		net.ParseIP("127.0.0.1")) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user