@@ -243,7 +243,6 @@ const (
 | 
				
			|||||||
	// owner: @harche
 | 
						// owner: @harche
 | 
				
			||||||
	// kep: http://kep.k8s.io/3386
 | 
						// kep: http://kep.k8s.io/3386
 | 
				
			||||||
	// alpha: v1.25
 | 
						// alpha: v1.25
 | 
				
			||||||
	// beta: v1.27
 | 
					 | 
				
			||||||
	//
 | 
						//
 | 
				
			||||||
	// Allows using event-driven PLEG (pod lifecycle event generator) through kubelet
 | 
						// Allows using event-driven PLEG (pod lifecycle event generator) through kubelet
 | 
				
			||||||
	// which avoids frequent relisting of containers which helps optimize performance.
 | 
						// which avoids frequent relisting of containers which helps optimize performance.
 | 
				
			||||||
@@ -970,7 +969,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	DynamicResourceAllocation: {Default: false, PreRelease: featuregate.Alpha},
 | 
						DynamicResourceAllocation: {Default: false, PreRelease: featuregate.Alpha},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	EventedPLEG: {Default: false, PreRelease: featuregate.Beta}, // off by default, requires CRI Runtime support
 | 
						EventedPLEG: {Default: false, PreRelease: featuregate.Alpha},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	ExecProbeTimeout: {Default: true, PreRelease: featuregate.GA}, // lock to default and remove after v1.22 based on KEP #1972 update
 | 
						ExecProbeTimeout: {Default: true, PreRelease: featuregate.GA}, // lock to default and remove after v1.22 based on KEP #1972 update
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user