Merge pull request #125828 from haircommander/4033-beta
KEP-4033: fulfill beta criteria
This commit is contained in:
		@@ -362,6 +362,7 @@ const (
 | 
				
			|||||||
	// owner: @marquiz
 | 
						// owner: @marquiz
 | 
				
			||||||
	// kep: http://kep.k8s.io/4033
 | 
						// kep: http://kep.k8s.io/4033
 | 
				
			||||||
	// alpha: v1.28
 | 
						// alpha: v1.28
 | 
				
			||||||
 | 
						// beta: v1.31
 | 
				
			||||||
	//
 | 
						//
 | 
				
			||||||
	// Enable detection of the kubelet cgroup driver configuration option from
 | 
						// Enable detection of the kubelet cgroup driver configuration option from
 | 
				
			||||||
	// the CRI.  The CRI runtime also needs to support this feature in which
 | 
						// the CRI.  The CRI runtime also needs to support this feature in which
 | 
				
			||||||
@@ -1068,7 +1069,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	JobSuccessPolicy: {Default: false, PreRelease: featuregate.Alpha},
 | 
						JobSuccessPolicy: {Default: false, PreRelease: featuregate.Alpha},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	KubeletCgroupDriverFromCRI: {Default: false, PreRelease: featuregate.Alpha},
 | 
						KubeletCgroupDriverFromCRI: {Default: true, PreRelease: featuregate.Beta},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	KubeletInUserNamespace: {Default: false, PreRelease: featuregate.Alpha},
 | 
						KubeletInUserNamespace: {Default: false, PreRelease: featuregate.Alpha},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user