mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Promote LogarithmicScaleDown to GA
This commit is contained in:
		@@ -425,6 +425,7 @@ const (
 | 
			
		||||
	// owner: @damemi
 | 
			
		||||
	// alpha: v1.21
 | 
			
		||||
	// beta: v1.22
 | 
			
		||||
	// GA: v1.31
 | 
			
		||||
	//
 | 
			
		||||
	// Enables scaling down replicas via logarithmic comparison of creation/ready timestamps
 | 
			
		||||
	LogarithmicScaleDown featuregate.Feature = "LogarithmicScaleDown"
 | 
			
		||||
@@ -1061,7 +1062,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
 | 
			
		||||
 | 
			
		||||
	LocalStorageCapacityIsolationFSQuotaMonitoring: {Default: false, PreRelease: featuregate.Alpha},
 | 
			
		||||
 | 
			
		||||
	LogarithmicScaleDown: {Default: true, PreRelease: featuregate.Beta},
 | 
			
		||||
	LogarithmicScaleDown: {Default: true, PreRelease: featuregate.GA, LockToDefault: true},
 | 
			
		||||
 | 
			
		||||
	MatchLabelKeysInPodAffinity: {Default: true, PreRelease: featuregate.Beta},
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user