KEP 3458 - promote to stable
This commit is contained in:
		@@ -748,6 +748,7 @@ const (
 | 
				
			|||||||
	// owner: @alexanderConstantinescu
 | 
						// owner: @alexanderConstantinescu
 | 
				
			||||||
	// kep: http://kep.k8s.io/3458
 | 
						// kep: http://kep.k8s.io/3458
 | 
				
			||||||
	// beta: v1.27
 | 
						// beta: v1.27
 | 
				
			||||||
 | 
						// GA: v1.30
 | 
				
			||||||
	//
 | 
						//
 | 
				
			||||||
	// Enables less load balancer re-configurations by the service controller
 | 
						// Enables less load balancer re-configurations by the service controller
 | 
				
			||||||
	// (KCCM) as an effect of changing node state.
 | 
						// (KCCM) as an effect of changing node state.
 | 
				
			||||||
@@ -1112,7 +1113,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	SizeMemoryBackedVolumes: {Default: true, PreRelease: featuregate.Beta},
 | 
						SizeMemoryBackedVolumes: {Default: true, PreRelease: featuregate.Beta},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	StableLoadBalancerNodeSet: {Default: true, PreRelease: featuregate.Beta},
 | 
						StableLoadBalancerNodeSet: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // GA in 1.30, remove in 1.31
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	StatefulSetAutoDeletePVC: {Default: true, PreRelease: featuregate.Beta},
 | 
						StatefulSetAutoDeletePVC: {Default: true, PreRelease: featuregate.Beta},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -49,6 +49,7 @@ const (
 | 
				
			|||||||
	// owner: @alexanderConstantinescu
 | 
						// owner: @alexanderConstantinescu
 | 
				
			||||||
	// kep: http://kep.k8s.io/3458
 | 
						// kep: http://kep.k8s.io/3458
 | 
				
			||||||
	// beta: v1.27
 | 
						// beta: v1.27
 | 
				
			||||||
 | 
						// GA: v1.30
 | 
				
			||||||
	//
 | 
						//
 | 
				
			||||||
	// Enables less load balancer re-configurations by the service controller
 | 
						// Enables less load balancer re-configurations by the service controller
 | 
				
			||||||
	// (KCCM) as an effect of changing node state.
 | 
						// (KCCM) as an effect of changing node state.
 | 
				
			||||||
@@ -64,5 +65,5 @@ func SetupCurrentKubernetesSpecificFeatureGates(featuregates featuregate.Mutable
 | 
				
			|||||||
var cloudPublicFeatureGates = map[featuregate.Feature]featuregate.FeatureSpec{
 | 
					var cloudPublicFeatureGates = map[featuregate.Feature]featuregate.FeatureSpec{
 | 
				
			||||||
	CloudControllerManagerWebhook: {Default: false, PreRelease: featuregate.Alpha},
 | 
						CloudControllerManagerWebhook: {Default: false, PreRelease: featuregate.Alpha},
 | 
				
			||||||
	CloudDualStackNodeIPs:         {Default: true, PreRelease: featuregate.Beta},
 | 
						CloudDualStackNodeIPs:         {Default: true, PreRelease: featuregate.Beta},
 | 
				
			||||||
	StableLoadBalancerNodeSet:     {Default: true, PreRelease: featuregate.Beta},
 | 
						StableLoadBalancerNodeSet:     {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // GA in 1.30, remove in 1.31
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user