mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 12:18:16 +00:00 
			
		
		
		
	Merge pull request #121246 from tukwila/SeccompDefault-cleanup
Remove GAed feature gates SeccompDefault
This commit is contained in:
		@@ -707,15 +707,6 @@ const (
 | 
			
		||||
	// which benefits to reduce the useless requeueing.
 | 
			
		||||
	SchedulerQueueingHints featuregate.Feature = "SchedulerQueueingHints"
 | 
			
		||||
 | 
			
		||||
	// owner: @saschagrunert
 | 
			
		||||
	// kep: https://kep.k8s.io/2413
 | 
			
		||||
	// alpha: v1.22
 | 
			
		||||
	// beta: v1.25
 | 
			
		||||
	// ga: v1.27
 | 
			
		||||
	//
 | 
			
		||||
	// Enables the use of `RuntimeDefault` as the default seccomp profile for all workloads.
 | 
			
		||||
	SeccompDefault featuregate.Feature = "SeccompDefault"
 | 
			
		||||
 | 
			
		||||
	// owner: @mtardy
 | 
			
		||||
	// alpha: v1.0
 | 
			
		||||
	//
 | 
			
		||||
@@ -1065,8 +1056,6 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
 | 
			
		||||
 | 
			
		||||
	SchedulerQueueingHints: {Default: true, PreRelease: featuregate.Beta},
 | 
			
		||||
 | 
			
		||||
	SeccompDefault: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.29
 | 
			
		||||
 | 
			
		||||
	SecurityContextDeny: {Default: false, PreRelease: featuregate.Alpha},
 | 
			
		||||
 | 
			
		||||
	ServiceNodePortStaticSubrange: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // GA in 1.29; remove in 1.31
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user