mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Promoted feature gate ServiceNodePortStaticSubrange to stable and locked it to always active
				
					
				
			This commit is contained in:
		@@ -787,6 +787,7 @@ const (
 | 
			
		||||
	// kep: http://kep.k8s.io/3682
 | 
			
		||||
	// alpha: v1.27
 | 
			
		||||
	// beta: v1.28
 | 
			
		||||
	// stable: v1.29
 | 
			
		||||
	//
 | 
			
		||||
	// Subdivide the NodePort range for dynamic and static port allocation.
 | 
			
		||||
	ServiceNodePortStaticSubrange featuregate.Feature = "ServiceNodePortStaticSubrange"
 | 
			
		||||
@@ -1149,7 +1150,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
 | 
			
		||||
 | 
			
		||||
	SecurityContextDeny: {Default: false, PreRelease: featuregate.Alpha},
 | 
			
		||||
 | 
			
		||||
	ServiceNodePortStaticSubrange: {Default: true, PreRelease: featuregate.Beta},
 | 
			
		||||
	ServiceNodePortStaticSubrange: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // GA in 1.29; remove in 1.31
 | 
			
		||||
 | 
			
		||||
	SidecarContainers: {Default: false, PreRelease: featuregate.Alpha},
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user