Merge pull request #121477 from wzshiming/kep-2681
Promote KEP-2681 to beta in 1.29
This commit is contained in:
		@@ -651,6 +651,7 @@ const (
 | 
				
			|||||||
	// owner: @wzshiming
 | 
						// owner: @wzshiming
 | 
				
			||||||
	// kep: http://kep.k8s.io/2681
 | 
						// kep: http://kep.k8s.io/2681
 | 
				
			||||||
	// alpha: v1.28
 | 
						// alpha: v1.28
 | 
				
			||||||
 | 
						// beta: v1.29
 | 
				
			||||||
	//
 | 
						//
 | 
				
			||||||
	// Adds pod.status.hostIPs and downward API
 | 
						// Adds pod.status.hostIPs and downward API
 | 
				
			||||||
	PodHostIPs featuregate.Feature = "PodHostIPs"
 | 
						PodHostIPs featuregate.Feature = "PodHostIPs"
 | 
				
			||||||
@@ -1130,7 +1131,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	PodReadyToStartContainersCondition: {Default: true, PreRelease: featuregate.Beta},
 | 
						PodReadyToStartContainersCondition: {Default: true, PreRelease: featuregate.Beta},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	PodHostIPs: {Default: false, PreRelease: featuregate.Alpha},
 | 
						PodHostIPs: {Default: true, PreRelease: featuregate.Beta},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	PodLifecycleSleepAction: {Default: false, PreRelease: featuregate.Alpha},
 | 
						PodLifecycleSleepAction: {Default: false, PreRelease: featuregate.Alpha},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user