Merge pull request #96179 from bbyrne5/RemoveServiceLoadBalancerFinalizer
Remove Service Load Balancer Feature Gate
This commit is contained in:
		| @@ -484,14 +484,6 @@ const ( | |||||||
| 	// Expects the OpenStack Cinder CSI Driver to be installed and configured on all nodes. | 	// Expects the OpenStack Cinder CSI Driver to be installed and configured on all nodes. | ||||||
| 	CSIMigrationOpenStackComplete featuregate.Feature = "CSIMigrationOpenStackComplete" | 	CSIMigrationOpenStackComplete featuregate.Feature = "CSIMigrationOpenStackComplete" | ||||||
|  |  | ||||||
| 	// owner: @MrHohn |  | ||||||
| 	// alpha: v1.15 |  | ||||||
| 	// beta:  v1.16 |  | ||||||
| 	// GA: v1.17 |  | ||||||
| 	// |  | ||||||
| 	// Enables Finalizer Protection for Service LoadBalancers. |  | ||||||
| 	ServiceLoadBalancerFinalizer featuregate.Feature = "ServiceLoadBalancerFinalizer" |  | ||||||
|  |  | ||||||
| 	// owner: @RobertKrawitz | 	// owner: @RobertKrawitz | ||||||
| 	// alpha: v1.15 | 	// alpha: v1.15 | ||||||
| 	// | 	// | ||||||
| @@ -724,7 +716,6 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS | |||||||
| 	KubeletPodResources:            {Default: true, PreRelease: featuregate.Beta}, | 	KubeletPodResources:            {Default: true, PreRelease: featuregate.Beta}, | ||||||
| 	WindowsGMSA:                    {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.20 | 	WindowsGMSA:                    {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.20 | ||||||
| 	WindowsRunAsUserName:           {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.20 | 	WindowsRunAsUserName:           {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.20 | ||||||
| 	ServiceLoadBalancerFinalizer:   {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, |  | ||||||
| 	LocalStorageCapacityIsolationFSQuotaMonitoring: {Default: false, PreRelease: featuregate.Alpha}, | 	LocalStorageCapacityIsolationFSQuotaMonitoring: {Default: false, PreRelease: featuregate.Alpha}, | ||||||
| 	NonPreemptingPriority:                          {Default: true, PreRelease: featuregate.Beta}, | 	NonPreemptingPriority:                          {Default: true, PreRelease: featuregate.Beta}, | ||||||
| 	VolumePVCDataSource:                            {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.20 | 	VolumePVCDataSource:                            {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.20 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Kubernetes Prow Robot
					Kubernetes Prow Robot