You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-cloud-provider/1959-service-lb-class-field/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,8 @@ type changes.
142
142
*`loadBalancerClass` will be validated against label-style format.
143
143
* the `loadBalancerClass` field will be feature gated. The field will be dropped during API strategy unless
144
144
the feature gate is enabled.
145
+
* all external implementations of Service LoadBalancer using a non-empty class name should use the finalizer `service.kubernetes.io/load-balancer-cleanup`
146
+
to ensure proper garbage collection of external resources.
145
147
146
148
Required updates to service controller:
147
149
* if the class field is NOT set for a Service, allow the cloud provider to reconcile the load balancer.
0 commit comments