Align imagefs eviction defaults with image gc defaults
This commit is contained in:
		| @@ -229,7 +229,7 @@ func SetDefaults_KubeletConfiguration(obj *KubeletConfiguration) { | |||||||
| 		obj.HairpinMode = PromiscuousBridge | 		obj.HairpinMode = PromiscuousBridge | ||||||
| 	} | 	} | ||||||
| 	if obj.EvictionHard == nil { | 	if obj.EvictionHard == nil { | ||||||
| 		temp := "memory.available<100Mi,nodefs.available<10%,nodefs.inodesFree<5%" | 		temp := "memory.available<100Mi,nodefs.available<10%,nodefs.inodesFree<5%,imagefs.available<15%" | ||||||
| 		obj.EvictionHard = &temp | 		obj.EvictionHard = &temp | ||||||
| 	} | 	} | ||||||
| 	if obj.EvictionPressureTransitionPeriod == zeroDuration { | 	if obj.EvictionPressureTransitionPeriod == zeroDuration { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Derek Carr
					Derek Carr